# When does the daily task for the 'Reader' badge run?

**URL:** https://meta.discourse.org/t/when-does-the-daily-task-for-the-reader-badge-run/230697
**Category:** Support
**Created:** [June 22, 2022, 2:20am UTC](https://meta.discourse.org/t/when-does-the-daily-task-for-the-reader-badge-run/230697 "2022-06-22T02:20:08Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![sweetbeems](https://avatars.discourse-cdn.com/v4/letter/s/7c8e57/32.png) [@sweetbeems](https://meta.discourse.org/u/sweetbeems)
#### Post date: [June 22, 2022, 1:32pm UTC](https://meta.discourse.org/t/when-does-the-daily-task-for-the-reader-badge-run/230697/3 "2022-06-22T13:32:55Z")

</div>

I’m sorry, I’m not exactly following.. I don’t know anything about sidekiq or rails 😅

I’ve tried to list out all the scheduled jobs in discourse:

```plaintext
ss = Sidekiq::ScheduledSet.new
ss.map{|job| job['args']}

=> [[{"topic_id"=>19, "current_site_id"=>"default"}],
 [{"topic_id"=>17, "current_site_id"=>"default"}],
 [{"type"=>"user_posted",
   ...
   "current_site_id"=>"default"}],
 [{"type"=>"user_replied",
  ...
   "current_site_id"=>"default"}],
 [{"post_id"=>1386, "current_site_id"=>"default"}],
 [{"type"=>"user_posted",
   ...
   "current_site_id"=>"default"}],
 [{"type"=>"user_replied",
   ...
   "current_site_id"=>"default"}],
 [{"post_id"=>1385, "current_site_id"=>"default"}]]

```

but it doesn’t seem to be there. Granted, perhaps I ran that command wrong ([answer 3 on SO](https://stackoverflow.com/questions/48348723/sidekiq-list-all-jobs-queued-running)).

Any tips? Does the badge grant job not run by default?

Appreciate your help!

---

_[View the full topic](https://meta.discourse.org/t/when-does-the-daily-task-for-the-reader-badge-run/230697)._
