Join Nostr
2025-12-12 11:56:09 UTC
in reply to

Django on Nostr: But how do you actually run tasks? With `enqueue`! This will add the task to the ...

But how do you actually run tasks?

With `enqueue`! This will add the task to the configured queue, ready to be picked up by the next available worker process.