ArqMode#
- class safir.arq.ArqMode(value)#
-
Mode configuration for the Arq queue.
Attributes Summary
Normal usage of arq, with a Redis broker.
Use the MockArqQueue to test an API service without standing up a full distributed worker queue.
Attributes Documentation
- production = 'production'#
Normal usage of arq, with a Redis broker.
- test = 'test'#
Use the MockArqQueue to test an API service without standing up a full distributed worker queue.