Mad
Mad
CDCloudflare Developers
Created by Mad on 10/28/2023 in #queues
I have a single queue marked both as a
that's what the worker does
5 replies
CDCloudflare Developers
Created by Mad on 10/28/2023 in #queues
I have a single queue marked both as a
1. Call API, store data to DB, push next token to queue
2. Call API using the next token, store data to DB, push next token to queue
..
100. Call API, store data to DB. Next token is NULL. Stop.
1. Call API, store data to DB, push next token to queue
2. Call API using the next token, store data to DB, push next token to queue
..
100. Call API, store data to DB. Next token is NULL. Stop.
5 replies
CDCloudflare Developers
Created by Mad on 10/28/2023 in #queues
I have a single queue marked both as a
I am calling an API that does a token-based pagination, the queue stores the next token and the worker calls the API + Stores data to DB until all the data is retrieved
5 replies