Gerardo Zenobi
Gerardo Zenobi
+1 for a more detailed explanation/documentation 😓 (a diagram would be awesome) I was imagining the 1 traefik public instance would listen/handle all services in the different nodes; not sure...
Hi, I was wondering if this was still an issue or not since the pull request #1030 was actually closed? Cheers.
Hi there 👋 I have a use case where I was triggering multiple POST requests and trying to abort them using only 1 controller/abort signal: it didn't work. I simplified...
I had similar/related doubts (why the examples were using blocking operations) and I was missing some background information that I found reading [this comment](https://github.com/tiangolo/fastapi/issues/260#issuecomment-495945630) and the technical details in the...
@ccrvlh thanks for sharing your insights and experience with these type of projects, they are much appreciated 🙏 Noticed you switched from Celery to RQ: we've recently switched from RQ...
@AngellusMortis hi there 👋 I am taking advantage of your deeper knowledge regarding this hook. **question**: without this PR the hook `after_job_end` only works when there were no errors and...
Hi @joshwilson-dbx, I think we have somewhat similar use cases (1 particular job that can be triggered multiple times, only one should exist at one point in time, last one...
@joshwilson-dbx In my mind, ideally and following more or less the current API, `enqueue_job` would accept not only `_job_id` but something like `override=true` or similar: allowing any previous job to...
@JonasKs hi 👋 Any chance this gets released soon ?
@JonasKs thanks for the quick answer ! Just to confirm: there is no workaround to get from queued job (`JobDef`) to actual job (`Job`) correct ? (without doing any custom...