Skip to content

Commit

Permalink
Update upvs.rake
Browse files Browse the repository at this point in the history
  • Loading branch information
luciajanikova committed Feb 5, 2024
1 parent a0848a0 commit 8b48d3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/tasks/upvs.rake
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
namespace :upvs do
desc 'Sync all public authority eDesks'
task 'public_authority_edesks:sync' => :environment do
Upvs::FindPublicAuthorityEdeskListJob.perform_later
Upvs::FetchPublicAuthorityEdesksListJob.perform_later
end

desc 'Sync public authority eDesks'
task 'public_authority_active_edesks:sync' => :environment do
Upvs::FindPublicAuthorityActiveEdeskListJob.perform_later
Upvs::FetchPublicAuthorityActiveEdesksListJob.perform_later
end

desc 'Sync services with forms list'
task 'services_with_forms:sync' => :environment do
Upvs::FindServicesWithFormsListJob.perform_later
Upvs::FetchServicesWithFormsListJob.perform_later
end
end

0 comments on commit 8b48d3b

Please sign in to comment.