c295a74e2f
TheSchwartz is a reliable job queue system. Your application can put jobs into the system, and your worker processes can pull jobs from the queue atomically to perform. Failed jobs can be left in the queue to retry later.
3 lines
222 B
Text
3 lines
222 B
Text
TheSchwartz is a reliable job queue system. Your application can put jobs into
|
|
the system, and your worker processes can pull jobs from the queue atomically
|
|
to perform. Failed jobs can be left in the queue to retry later.
|