celery-chunkify-task icon indicating copy to clipboard operation
celery-chunkify-task copied to clipboard

Efficient celery tasks chunkification

Results 2 celery-chunkify-task issues
Sort by recently updated
recently updated
newest added

mypy 1.2.0 throws errors in return statement in next() method of BaseChunk class if I use IntChunk ``` notification/chunkificator.py:65: error: Unexpected keyword argument "start" for "BaseChunk" [call-arg] notification/chunkificator.py:65: error: Unexpected...