• Bob Van Landuyt's avatar
    Remove error swallowing from pages config update · 85ac2990
    Bob Van Landuyt authored
    Updating the pages config would swallow all errors before. When we
    moved this to Sidekiq, we re-raised the error from the worker, so we
    could make use of the Sidekiq retries to try and recover from the
    failed update.
    
    Since we've moved this to Sidekiq, and are not performing config
    updates if pages aren't deployed. We can now get rid of this weird
    error handling that would cause the problem being reported to Sentry
    twice.
    85ac2990
pages_update_configuration_worker.rb 313 Bytes