Skip to content

Commit

Permalink
Merge pull request #144 from slovensko-digital/fix/upvs_heartbeat
Browse files Browse the repository at this point in the history
Update Upvs::FetchPublicAuthorityActiveEdesksListJob heartbeat
  • Loading branch information
luciajanikova authored Jan 27, 2025
2 parents 9423277 + 12f884e commit f5cee3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def perform(dataset_url, downloader: HarvesterUtils::Downloader)
TemporaryPublicAuthorityActiveEdesk.insert_to_source_table!
end

BetterUptimeApi.ping_heartbeat('UPVS_FETCH_EDESKS')
BetterUptimeApi.ping_heartbeat('UPVS_FETCH_ACTIVE_EDESKS')
end

class TemporaryPublicAuthorityActiveEdesk < TemporaryRecord
Expand Down

0 comments on commit f5cee3a

Please sign in to comment.