Open akbansa opened 4 years ago
A way to schedule data source refresh would be a great addition as it would enable live dashboards.
Being able to run appsmith apps in background like cron job is really helpful. In my case, I will need to regularly check if any new orders via the API, if yes then get the order details and sync to my another MySQL DB. The current workaround is use Interval to regularly run the query, but I will prefer it can be run in background.
This user also requested this feature.
Agreed. Airplane.dev does this out of the box. We need this feature so we can schedule jobs to be run for when customers meet certain thresholds we want the customer success team to interject, but without these jobs, they are operating in the dark.
A user is looking for a built-in scheduler. They want to schedule their API calls to happen once a day without interaction.
only reason to choose budibase, ui-bakery over appsmith.
Cron Jobs or scheduled jobs inside appsmith running background would be a huge advantage for the use of management systems
Would be covered as part of Workflows.
Summary
So let's say I want to send a report based on some queries + client-side logic, then I need to run a cron job that will run client-side code and then send a report.
Motivation
Automate a few reports and push data to different services like slack/intercom (in a nutshell call a webhook)
Front conversations