appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
34.12k stars 3.69k forks source link

[Feature] Server-side Cron jobs #738

Open akbansa opened 4 years ago

akbansa commented 4 years ago

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 logo Front conversations

kevev commented 3 years ago

A way to schedule data source refresh would be a great addition as it would enable live dashboards.

samg666 commented 2 years ago

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.

ame-appsmith commented 2 years ago

This user also requested this feature.

alienfacepalm commented 1 year ago

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.

ame-appsmith commented 1 year ago

A user is looking for a built-in scheduler. They want to schedule their API calls to happen once a day without interaction.

bayeslearner commented 1 year ago

only reason to choose budibase, ui-bakery over appsmith.

M-Markgraf commented 1 year ago

Cron Jobs or scheduled jobs inside appsmith running background would be a huge advantage for the use of management systems

riteshkew commented 6 months ago

Would be covered as part of Workflows.