Skip to content

Commit

Permalink
Handling exceptions for scheduled jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
bukosabino committed May 22, 2024
1 parent f782e61 commit 5102130
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/etls/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import functools

import schedule


def catch_exceptions(cancel_on_failure=False):
def catch_exceptions_decorator(job_func):
Expand Down

0 comments on commit 5102130

Please sign in to comment.