Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adonm committed May 10, 2023
1 parent 1004d70 commit 3c078d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions siem_query_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ def schedule_jobs():
scheduler.add_job(api.list_workspaces, "cron", minute="10")
# backfill nightly
scheduler.add_job(api.update_jira_issues, "cron", hour="16", args=["ago(2d)"], max_instances=1)
scheduler.add_job(generate_reports, "cron", hour="18", max_instances=1)
scheduler.add_job(api.configure_datalake_hot, "cron", hour="22")
# scheduler.add_job(generate_reports, "cron", hour="18", max_instances=1)
# scheduler.add_job(api.configure_datalake_hot, "cron", hour="22")
scheduler.start()


Expand Down

0 comments on commit 3c078d0

Please sign in to comment.