You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now subscription is a cron job. At midnight it scans through all documents and previous one and runs the functions to find changes. Then if changes send mails to all subscribers.
New system
Now that cli is there we dont need a cron job anymore. Rather when cli is submit we run a job. We do a check for changes and then all required rule. We do send notification but its two step.
We will send notification to creators along the changes happening.
We will also send to subscribers notifying the changes.
The text was updated successfully, but these errors were encountered:
Description
Right now subscription is a cron job. At midnight it scans through all documents and previous one and runs the functions to find changes. Then if changes send mails to all subscribers.
New system
Now that cli is there we dont need a cron job anymore. Rather when cli is submit we run a job. We do a check for changes and then all required rule. We do send notification but its two step.
The text was updated successfully, but these errors were encountered: