Skip to content

Commit

Permalink
removing useless test batch
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip authored Jul 16, 2024
1 parent 7ac9d24 commit 9265b36
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions openIMIS/openIMIS/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,11 +479,6 @@ def SITE_URL():
# This list will be called with scheduler.add_job() as specified:
# Note that the document implies that the time is local and follows DST but that seems false and in UTC regardless
SCHEDULER_JOBS = [
{
"method": "core.tasks.openimis_test_batch",
"args": ["cron"],
"kwargs": {"id": "openimis_test_batch", "minute": 16, "replace_existing": True},
},
{
"method": "policy.tasks.get_policies_for_renewal",
"args": ["cron"],
Expand Down

0 comments on commit 9265b36

Please sign in to comment.