staticbackendhq / core

Backend server API handling user mgmt, database, storage and real-time component
https://staticbackend.com
MIT License
682 stars 66 forks source link

fix issues with server-side functions and schedule jobs #102

Closed dstpierre closed 1 year ago

dstpierre commented 1 year ago

Tthere's some issue with the server-side function triggered by topic, for instance all the database events and custom topic an app publishes.

Similarily the schedule tasks/jobs need a bit work and documentation. A job should be able to send an event message (topic), call a server-side function or call make an HTTP request (for instance to an external system).

This PR close #94