mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 11:44:49 +08:00
a86590ffd6
* UX: Add a rake task to monitor progress for long rebakes When doing mass rebaking, this task will print progress, speed and expected time to completion (ETC) on a loop. It is meant for rebakes that take several hours or days. It will calculate a 10m moving average over the past 6 hours, and print ETC accordingly. It also shows Sidekiq stats in case Sidekiq jobs for rebaking were enqueued separately, instead of using the rebake_posts tasks in this file (which are 100% synchronous and do not touch Sidekiq at all). NOTE: only the currently unbaked count at task start time is considered; this is useful in live communities with lots of traffic, where new posts might otherwise change the goal posts continuously. * Satisfy stree |
||
---|---|---|
.. | ||
add_topic_to_quotes.rake | ||
admin.rake | ||
annotate.rake | ||
api.rake | ||
assets.rake | ||
auto_annotate_models.rake | ||
autospec.rake | ||
avatars.rake | ||
backfill.thor | ||
categories.rake | ||
cdn.rake | ||
compatibility.rake | ||
db.rake | ||
destroy.rake | ||
dev.rake | ||
docker.rake | ||
documentation.rake | ||
emails.rake | ||
emoji.rake | ||
export.rake | ||
groups.rake | ||
hashtags.rake | ||
i18n.rake | ||
images.rake | ||
import.rake | ||
incoming_emails.rake | ||
integration.rake | ||
javascript.rake | ||
log.rake | ||
maxminddb.rake | ||
plugin.rake | ||
populate.rake | ||
populate.thor | ||
posts.rake | ||
profile.rake | ||
qunit.rake | ||
redis.rake | ||
release_note.rake | ||
revisions.rake | ||
rspec.rake | ||
s3.rake | ||
scheduler.rake | ||
search.rake | ||
site_settings.rake | ||
site.rake | ||
smoke_test.rake | ||
svg_icons.rake | ||
svg_sprites.rake | ||
tags.rake | ||
themes.rake | ||
topics.rake | ||
turbo.rake | ||
typepad.thor | ||
uploads.rake | ||
users.rake | ||
version_bump.rake |