-2

I need to run once a day task A. At 0:00:00 for specificity. But task execution can take more then 24 hours. In this case, I should not rerun the task - I should skip execution.

How can I implement such singleton task in Luigi?

Xantium
  • 11,201
  • 10
  • 62
  • 89
Sklavit
  • 2,225
  • 23
  • 29

1 Answers1

1

erikbern commented on 27 Aug 2015 at GitHub:

Tasks are already singletons (instantiated with the same parameters).

Sklavit
  • 2,225
  • 23
  • 29