saq icon indicating copy to clipboard operation
saq copied to clipboard

Simple Async Queues

Results 4 saq issues
Sort by recently updated
recently updated
newest added

The web UI currently only shows in-progress and queued Tasks. Completed tasks do not show up, but it would be nice to be able to view them. It could be...

This PR introduces a Postgres-backed queue. Still need to add tests and implement several missing features like info, stats, schedule, sweep, etc.

If context were to be passed as a keyword argument instead of a positional one it would be easier to have functions that can be called regularly and also be...

## Summary In saq, retry policies and exceptions can be used as a form of control flow. For example, internally, we use a `RetryException` to indicate that a task should...