# Whay this happening in jobs

**URL:** https://discuss.hangfire.io/t/whay-this-happening-in-jobs/3572
**Category:** question
**Tags:** dashboard, recurring
**Created:** [July 14, 2017, 10:55am UTC](https://discuss.hangfire.io/t/whay-this-happening-in-jobs/3572 "2017-07-14T10:55:45Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![key\_one](https://avatars.discourse-cdn.com/v4/letter/k/6bbea6/32.png) [@key\_one](https://discuss.hangfire.io/u/key_one)
#### Post date: [July 14, 2017, 10:55am UTC](https://discuss.hangfire.io/t/whay-this-happening-in-jobs/3572/1 "2017-07-14T10:55:45Z")

</div>

i use this job creator  
`RecurringJob.AddOrUpdate`  
and this happen to my jobs (some of them )  
why ?  
what is that mean?

 ![](https://europe1.discourse-cdn.com/flex017/uploads/hangfire/original/2X/2/2cc07dcb5694fa3b087dd38ecdd0a3eb2a15102e.JPG)

what is that 281 blue?

---

<div class="post-metadata">

### Author: ![ihockett](https://dub1.discourse-cdn.com/flex017/user_avatar/discuss.hangfire.io/ihockett/32/1698_2.png) [@ihockett](https://discuss.hangfire.io/u/ihockett)
#### Post date: [November 2, 2017, 1:04pm UTC](https://discuss.hangfire.io/t/whay-this-happening-in-jobs/3572/2 "2017-11-02T13:04:14Z")

</div>

This usually happens when there are jobs within a queue waiting for another job to finish, or when jobs are assigned to a queue which is not set.
