You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: no implicit conversion of String into Integer if database["friendly_url"].blank? ^^^^^^^^^^^^^^
24 | csv << Database.field_names
25 | @database_list.each do \|database\|
26 | if database["friendly_url"].blank?
27 | Rails.logger.warn("Skipping database without friendly_url. Database id: #{database['id']}, Database name: #{database['name']}")
28 | next
Implementation notes, if any
The text was updated successfully, but these errors were encountered:
Expected behavior
The rake task for generating the A-Z database should run twice a day at 12 and 6 PM UTC without errors.
Actual behavior
The task is reporting errors at erratic times during the day.
Steps to replicate
Impact of this bug
The A-Z database might be out of date if it's not updated successfully.
Acceptance criteria
.rubocop_todo.yml
create a new ticket to address the rubocop todo.Honeybadger link and code snippet, if applicable
https://app.honeybadger.io/projects/100710/faults/116166292
Implementation notes, if any
The text was updated successfully, but these errors were encountered: