Hello, would it be possible to schedule a job to r...
# announcements
h
Hello, would it be possible to schedule a job to run every 20 seconds?
d
Hi, our scheduler is based on crontab, which has a minimum frequency of once every minute. You can make a schedule that runs once per minute using the @schedule decorator. I’d be curious to learn more about your use case for wanting to run more frequently than that though, just to make sure we don’t have another way of accomplishing it.
h
Okey. We are reading the data from UPC server.