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

[Jobs] Add recurent job for notifying users about expired items in backpack #11

Closed
idormenco opened this issue Apr 2, 2021 · 0 comments · Fixed by #148
Closed

[Jobs] Add recurent job for notifying users about expired items in backpack #11

idormenco opened this issue Apr 2, 2021 · 0 comments · Fixed by #148
Assignees
Labels
good first issue Good for newcomers Hacktoberfest help wanted Extra attention is needed recurring-jobs
Projects
Milestone

Comments

@idormenco
Copy link
Member

idormenco commented Apr 2, 2021

In DeUrgenta.RecurringJobs add a recurent job which will notify users when a BackpackItem is expired
Add in appsettings.json + options

"ExpiredBackpackItemsJob": {
    "IsEnabled": true,
    "CronExpression": "0 0 0 ? * * *"
}
@bvizureanu bvizureanu added this to the Hackday x3 milestone Apr 2, 2021
@bvizureanu bvizureanu changed the title Add recurent job for notifying users about expired items in backpack [Jobs] Add recurent job for notifying users about expired items in backpack Apr 4, 2021
@bvizureanu bvizureanu added this to To do in De Urgenta via automation Apr 4, 2021
@idormenco idormenco added Hacktoberfest help wanted Extra attention is needed recurring-jobs good first issue Good for newcomers and removed back-end labels Sep 23, 2021
idormenco added a commit that referenced this issue Sep 25, 2021
@decembrya decembrya self-assigned this Oct 13, 2021
De Urgenta automation moved this from To do to Done Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Hacktoberfest help wanted Extra attention is needed recurring-jobs
Projects
De Urgenta
  
Done
Development

Successfully merging a pull request may close this issue.

3 participants