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 Create birthday notification and mailer 2017-12-18 04:34:35 +01:00
base.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
check_birthday.rb Create birthday notification and mailer 2017-12-18 04:34:35 +01:00
clean_cached_files.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
cleanup_old_exports.rb Remove old export archives after 2 weeks 2018-01-08 21:14:06 +01:00
deferred_dispatch.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
deferred_retraction.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
delete_account.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
delete_post_from_service.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
export_photos.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
export_user.rb Limit the number of parallel exports that are allowed to run 2017-09-28 23:11:46 +02:00
fetch_profile_photo.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
fetch_public_posts.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
fetch_webfinger.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
gather_o_embed_data.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
gather_open_graph_data.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
post_to_service.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
process_photo.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
publish_to_hub.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
queue_users_for_removal.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
receive_base.rb Don't retry for PublicKeyNotFound 2018-02-25 04:34:04 +01:00
receive_local.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
receive_private.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
receive_public.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
recheck_scheduled_pods.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
recurring_pod_check.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
remove_old_user.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
reset_password.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
send_base.rb Retry Contact messages 20 time (about two weeks) 2018-02-01 23:37:53 +01:00
send_private.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
send_public.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00