-
I need to perform something similar to:
```
await Job("id", pool).abort()
await pool.enqueue_job("func", _job_id="id")
```
However, sometimes this can lead to the abort of the freshly enqueued jo…
-
-
A way to document ARQ tasks using `AsyncAPI`.
It should live outside this package, but it should allow integration. Creating this issue just as self reminder.
Is this something you guys interest…
-
On using msgpack, raising arq.Retry error after max retries raising the following error.
```
2024-10-17 12:34:36 07:04:36: error serializing result of 8263f14d854e4cfd9c4ee42970800238:send_webhook…
-
Hello,
Thanks for making the CLI version open source, and for the very detailed feature comparison.
Would it be possible for the readme to include a comparison against the technical aspects of A…
-
-
For tables and indexes?
Thanks
-
Hey! Is it possible to send message from rq publisher and consume it in ARQ consumer?
-
Slightly related to #106, I looked for correspondence between localnalname and label.
```sparql
PREFIX rdfs:
PREFIX afn:
select * {
?x rdfs:label ?label
bind(afn:localname(?x) as ?loca…
-
The `redis.queued_jobs()` query is showing the job not found error.
2024-06-23T04:27:49.223303340Z ERROR:root:Error occurred: job "arq:job:23aaa17974cb44b6997e5894336c9bc7" not found
2024-06-23T0…