mastodon/app/workers
ThibG a24605961a Fixes/do not override timestamps (#7336)
* Revert "Fixes/do not override timestamps (#7331)"

This reverts commit 581a5c9d29.

* Document Snowflake ID corner-case a bit more

Snowflake IDs are used for two purposes: making object identifiers harder to
guess and ensuring they are in chronological order. For this reason, they
are based on the `created_at` attribute of the object.

Unfortunately, inserting items with older snowflakes IDs will break the
assumption of consumers of the paging APIs that new items will always have
a greater identifier than the last seen one.

* Add `override_timestamps` virtual attribute to not correlate snowflake ID with created_at
2018-05-03 23:02:46 +02:00
..
activitypub Fixes/do not override timestamps (#7336) 2018-05-03 23:02:46 +02:00
admin
import
pubsubhubbub Validate HTTP response length while receiving (#6891) 2018-03-26 14:02:10 +02:00
scheduler Slightly reduce RAM usage (#7301) 2018-05-02 18:58:48 +02:00
after_remote_follow_request_worker.rb
after_remote_follow_worker.rb
authorize_follow_worker.rb
backup_worker.rb
block_worker.rb
bootstrap_timeline_worker.rb
digest_mailer_worker.rb
distribution_worker.rb
domain_block_worker.rb
feed_insert_worker.rb
import_worker.rb
link_crawl_worker.rb
local_notification_worker.rb Improve PostStatusService performance (#7317) 2018-05-02 22:10:57 +02:00
merge_worker.rb
notification_worker.rb
processing_worker.rb Fixes/do not override timestamps (#7336) 2018-05-03 23:02:46 +02:00
push_update_worker.rb
refollow_worker.rb
regeneration_worker.rb
remote_profile_update_worker.rb
removal_worker.rb
resolve_account_worker.rb
salmon_worker.rb
soft_block_domain_followers_worker.rb Slightly reduce RAM usage (#7301) 2018-05-02 18:58:48 +02:00
soft_block_worker.rb
thread_resolve_worker.rb
unfavourite_worker.rb
unmerge_worker.rb
web_push_notification_worker.rb