Skip to content

Commit

Permalink
Linea prizetap auto tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
ShayanShiravani committed Oct 16, 2023
1 parent 6baf4f6 commit be98fd1
Show file tree
Hide file tree
Showing 8 changed files with 1,929 additions and 6 deletions.
12 changes: 12 additions & 0 deletions brightIDfaucet/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@
"set-raffle-winner": {
"task": "prizetap.tasks.set_the_winner_of_raffles",
"schedule": 300
},
"request-random-words-for-linea-raffles": {
"task": "prizetap.tasks.request_random_words_for_expired_linea_raffles",
"schedule": 60
},
"draw-linea-raffles": {
"task": "prizetap.tasks.draw_expired_linea_raffles",
"schedule": 60
},
"set-linea-raffle-winners": {
"task": "prizetap.tasks.set_the_winner_of_linea_raffles",
"schedule": 60
}
}

Expand Down
Loading

0 comments on commit be98fd1

Please sign in to comment.