Adam Hooper
Adam Hooper
**Category:** Kubernetes apps **Type:** - [ ] Bug - [X] Feature Request - [ ] Process --- Currently, RabbitMQ liveness checks are done using `exec` `rabbitmqctl status`. Launching `rabbitmqctl` costs...
Steps to reproduce: 1. Run any example in the documentation 2. Start RabbitMQ after the example has started running Expected results: `connect_robust()` will retry until connected (logging 'Connection Refused' errors...
Steps to reproduce: 1. Open a channel 2. Call channel.basic_publish(...) or channel.publish() 100 times simultaneously My naive expected results: 100 messages get written to the server, one after another. Actual...
### Checklist - [x] The bug is reproducible against the latest release and/or `master`. - [x] There are no similar issues or pull requests to fix it yet. ### Describe...
Steps to reproduce: 1. Add a Twitter Step 2. Duplicate the "id" column and convert it to text Expected results: the Text "id" column and Number "id" column have the...
When a workflow has been changed but not yet rendered (so its Steps' cached render results don't exist or are stale), requests to `GET /public/moduledata/live/:id.(csv|json)` will return `HTTP 503`. Steps...
I maintain https://github.com/CJWorkbench/channels_rabbitmq. I propose nixing `group_expiry` from the Channel Layer specification. It should be an option specific to the Redis layer. Redis has a global store of group memberships....
**Is your feature request related to a problem? Please describe.** I want to configure tusd's GCS authentication the way I configure other GCS clients. In particular, my GKE containers already...
There's an `insertInvoker ... returning` that translates to SQL `INSERT INTO ... RETURNING`. There ought to be an `updateInvoker ... returning` that translates to SQL `UPDATE ... RETURNING`. I'm using...
I'm building ... well ... a data hub. Some clients will publish private Frictionless datasets, and they'll want tools to read them. I see no docs on frictionlessdata.io concerning this...