ArqMode¶
- class safir.arq.ArqMode(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)¶
-
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.