Background jobs for asynchronously executing longer tasks

Hi everybody,

Just wondering what is the right way to create a background jobs in Wappler. Let say a user press a button “Send confirmation link”. If I create a Server Action with Send Mail, the page will stuck until the message will be sent and Server Action will return 200.

Usually such tasks are done in background, so user will immediately receive confirmation notification “thanks, we got your request” and background job sends an email.

There maybe a lot of demand for asynchronously executing longer tasks in the background, like sending mails, resizing images, batch imports etc.

Any thoughts how to implement this?

Community Page
Last updated: