Jaka Jančar
Jaka Jančar
Your second suggestion (a line below the span line) might work better for spans whose fields change over time (using `span.record()`). Ideally, `tracing-forest` would track the values and print the...
Hey @abdolence, Thanks for the explanation! Created a PR upstream: https://github.com/APIs-guru/openapi-directory/pull/1290
@medihack Assuming we run only sync tasks with concurrency=1, will this still be leaking connections in Django context?
I understand Django has a thread-scoped connection. My question is whether, if I am running Procrastinate with concurrency=1 and only sync tasks, are those guaranteed by Procrastinate to execute on...
Coming to use Procrastinate now on a second project, where the previous one was Django and things "just worked", to now see the migration situation 😱 I'm not even sure...
Amazing, works as expected now, thank you!
> > I agree with @karsa-mistmere. `megaphone` feels it has the same purpose/usecase IMO. Can you clarify why we should have two similar ones, or do you see differences @jamiemlaw?...
Thanks @onlyann. I resolved the issue, so please just consider this a feature request, that Procrastinate should handle it's own "garbage collection".
The docs only have `queueing_lock` whereas I had both `queueing_lock` and `lock`. If I didn't have the latter, I think the problem wouldn't have occurred, so closing.
Hi @medihack, - I can't comment on other configurations, as this is the only job that I have and the only configuration I ever had. - The above is misleading,...