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