How to pass variable rate_limit value to celery task in python?

后端 未结 0 1715
Happy的楠姐
Happy的楠姐 2021-01-22 22:07

How do I pass my variable value to decorator for rate limit of celery task?

Here goes the code:

INDIVIDUAL_RATE_LIMIT = None

class BulkTask(Task):
    def         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题