Skip to content

Commit

Permalink
update scheduled_tasks name
Browse files Browse the repository at this point in the history
  • Loading branch information
claire-peters committed Sep 27, 2023
1 parent 0b8cc4b commit ba11e29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def handle(self, *args, **options):
kwargs = { "repeats":-1, }
plugins_tasks = {
'fasrc': ['import_quotas', 'id_import_allocations'],
'sftocf': ['pull_sf_push_cf_redash', 'pull_resource_data'],
'sftocf': ['pullsf_pushcf_redash', 'pull_resource_data'],
'ldap': ['update_group_membership_ldap', 'id_add_projects'],
}
scheduled = [task.func for task in Schedule.objects.all()]
Expand Down

0 comments on commit ba11e29

Please sign in to comment.