Skip to content

Commit

Permalink
Increase update tokens price and donation receipt task interval
Browse files Browse the repository at this point in the history
  • Loading branch information
PooyaFekri committed Oct 6, 2023
1 parent bf25adb commit a728aa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions brightIDfaucet/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
},
'update-tokens-price': {
"task": "faucet.tasks.update_tokens_price",
"schedule": 120,
"schedule": 600,
},
'update-donation-receipt-status': {
"task": "faucet.tasks.update_donation_receipt_pending_status",
"schedule": 60,
"schedule": 180,
},
"draw-prizetap-raffles": {
"task": "prizetap.tasks.draw_the_expired_raffles",
Expand Down

0 comments on commit a728aa9

Please sign in to comment.