Skip to content

queued job not being picked up #5

@cadorn

Description

@cadorn

I jave a job that seems to be stuck with status queued:

Wed May 08 2013 18:03:06 GMT+0000 (UTC) - debug: '[rolodex][job:fetch-for-service] Existing job:' { id: '103',
  name: 'fetch-for-service',
  complete: false,
  success: false,
  createTime: 1368033631407,
  updateTime: 1368033631440,
  finishTime: null,
  totalProcessTime: null,
  delay: 1000,
  processTimeout: 120000,
  retry: false,
  retryTimes: 3,
  retryInterval: 1800000,
  hotjob: false,
  hotjobTimeout: 10000,
  ghostRetry: false,
  ghostTimes: 1,
  ghostInterval: 1800000,
  data:
   { sessionID: 'wvJ0JuQcHT3fJV1LJmd8wSaY',
     serviceId: 'github',
     credentials:
      { id: 967670,
        username: 'cadorn-read',
        accessToken: 'f5d2fc149fbaedd92a0f616a094ce5ec71568cc8' } },
  lastError: null,
  scheduledFor: 1368033632440,
  state: 'queued',
  runs: [],
  hotjobPromise: null }
Wed May 08 2013 18:03:06 GMT+0000 (UTC) - debug: '[rolodex][job:fetch-for-service] createTime:' 1368033631407 -2556
Wed May 08 2013 18:03:06 GMT+0000 (UTC) - debug: '[rolodex][job:fetch-for-service] createTime:' 1368033631440 -2556
Wed May 08 2013 18:03:06 GMT+0000 (UTC) - debug: '[rolodex][job:fetch-for-service] scheduledFor:' 1368033632440 -2555

Not sure what lead to this. Maybe the worker got killed while processing the job?

Another reason to switch to a better queuing logic?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions