Skip to content

Commit

Permalink
Run is_available job every 3 hours (#3892)
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjacobson committed Sep 20, 2022
1 parent 5c199d6 commit 5d613e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery-provider/src/app.py
Expand Up @@ -502,7 +502,7 @@ def configure_celery(celery, test_config=None):
},
"update_track_is_available": {
"task": "update_track_is_available",
"schedule": timedelta(hours=12), # run every 12 hours
"schedule": timedelta(hours=3),
}
# UNCOMMENT BELOW FOR MIGRATION DEV WORK
# "index_solana_user_data": {
Expand Down

0 comments on commit 5d613e4

Please sign in to comment.