diaspora/app/workers
Benjamin Neff f0aca56c8f
Don't retry for PublicKeyNotFound
We only return `nil` when we know the person, but don't know the key or
the key is invalid, so it doesn't make sense to retry in this case. When
the person isn't known and can't be fetched we raise a DiscoveryError
which will be retried.

Also the errors were moved to the `Signable` module in the last release.

closes #7717
2018-02-25 04:34:04 +01:00
..
mail
base.rb
check_birthday.rb
clean_cached_files.rb
cleanup_old_exports.rb
deferred_dispatch.rb
deferred_retraction.rb
delete_account.rb
delete_post_from_service.rb
export_photos.rb
export_user.rb
fetch_profile_photo.rb
fetch_public_posts.rb
fetch_webfinger.rb
gather_o_embed_data.rb
gather_open_graph_data.rb
post_to_service.rb
process_photo.rb
publish_to_hub.rb
queue_users_for_removal.rb
receive_base.rb Don't retry for PublicKeyNotFound 2018-02-25 04:34:04 +01:00
receive_local.rb
receive_private.rb
receive_public.rb
recheck_scheduled_pods.rb
recurring_pod_check.rb
remove_old_user.rb
reset_password.rb
send_base.rb
send_private.rb
send_public.rb