Discor
Discor
CDCloudflare Developers
Created by Discor on 8/2/2024 in #workers-help
Is it possible to store data temporary to use it in between workers?
The issue is I have created an API for zapier which requires an id to be shared between workers to fetch the required and using zapier it is not possible to share data at the moment. So I wanted to now if there is way to store data temporarily and fetch it on demand?
3 replies
CDCloudflare Developers
Created by Discor on 3/13/2023 in #workers-help
How to add time safety function for recurring function?
You have to make a Cron trigger in such a way that it only runs at 3:00 AM in morning, if some one accidently changes the time from wranglet.toml no trigger will be executed
5 replies