Crispy
Crispy
Thanks for the example @syahiaoui - I suspect I have a leak somewhere else after the consumer code... I will dig into that.
``` 14:14 $ npm list | grep google │ ├─┬ @google-cloud/[email protected] │ │ ├─┬ @google-cloud/[email protected] │ │ │ ├── @google-cloud/[email protected] │ │ │ ├── @google-cloud/[email protected] deduped │ │ │ ├─┬...
@murgatroid99 apologies for the delayed response. We are seeing the messages every 20 minutes in one environment and less often in another, both on the GCP region `us-west1`. The Spanner...
Ahhhh, now I see, after digging into some of the other issues I now get that with `2.x` you have to query `couchdb-lucene` directly with something like: ```shell curl http://localhost:5985/local/testDb/_design/search/by_title?q=title:captain...
@huyentk happy to help... can you post the content of the view `by_content`?
Perhaps a setting option to add a new key that is defined by the user at GitHub with the required permissions making write access entirely optional?
@timgit I was thinking about this exact addition to `pg-boss`. We have a scenario as the OP describes where a worker process exits in an uncontrolled way leaving a job...
I can see the case was changed relating to this issue: https://github.com/daylightstudio/FUEL-CMS-Blog-Module/issues/19 Problem is this breaks the install, reverting the case does the job.
I thought I would test drive it today, downloaded the zip for master of both FuelCMS and the blog module.
We're running PHP 5.4 along with Apache 2.2 (FastCGI). I got Fuel running just fine and made a mini-news module based on the docs tutorials. All that worked, just the...