As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
I need to upload the list of currencies daily from OpenExchangeRate and store it on Kinvey. Is there a way to schedule a task that will run everyday on the backend ?
You can however just JavaScript, PHP, or anything else running on your own server to kick these off on Kinvey. You can write all the code on Kinvey in a Custom Endpoint, then have a remote server "hit" that Custom Endpoint URL on some schedule.
It's not ideal of course, but it is the only option right now.
Justin
C
Caroline
said
about 9 years ago
Scheduled tasks are now supported! All non-legacy plans should have access.
Didier Stadelmann
I need to upload the list of currencies daily from OpenExchangeRate and store it on Kinvey. Is there a way to schedule a task that will run everyday on the backend ?
Thanks.
Didier