Skip to content

Commit

Permalink
[PAY-2286] Increase payment router indexer frequency (#6956)
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjacobson authored Dec 15, 2023
1 parent 4d674d0 commit a336fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/discovery-provider/src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def configure_celery(celery, test_config=None):
},
"index_payment_router": {
"task": "index_payment_router",
"schedule": timedelta(seconds=5),
"schedule": timedelta(seconds=1),
},
"index_challenges": {
"task": "index_challenges",
Expand Down

0 comments on commit a336fc1

Please sign in to comment.