Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New subscription support with cli #29

Open
akhilmhdh opened this issue Feb 14, 2023 · 0 comments
Open

New subscription support with cli #29

akhilmhdh opened this issue Feb 14, 2023 · 0 comments
Assignees
Labels

Comments

@akhilmhdh
Copy link
Collaborator

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.

  1. We will send notification to creators along the changes happening.
  2. We will also send to subscribers notifying the changes.
@akhilmhdh akhilmhdh self-assigned this Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant