is it possible to limit celery task to 1 execution per hour by ignoring other calls?

后端 未结 0 669
孤街浪徒
孤街浪徒 2020-12-31 17:49

I want to execute a task once an hour. Even if this task is called more than once, we only keep one call to execute and ignore the rest.

Thank you.

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