feat: add JOB_FETCH_BITCOIN_PRICE constant
This commit is contained in:
parent
c2dd7b5b91
commit
4e96b9ee28
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ from database import ASYNCPG_DATABASE_URL
|
|||
|
||||
# Job type constants
|
||||
JOB_RANDOM_NUMBER = "random_number"
|
||||
JOB_FETCH_BITCOIN_PRICE = "fetch_bitcoin_price"
|
||||
|
||||
# Connection pool for job enqueueing (lazy initialized)
|
||||
_pool: asyncpg.Pool | None = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue