2

I'm having first steps with php-resque https://github.com/chrisboulton/php-resque . Anybody knows how can I get jobid inside Job Class ?

Maerlyn
  • 33,687
  • 18
  • 94
  • 85
Kubber
  • 367
  • 3
  • 13

1 Answers1

3

You can get the id/token with: $this->job->payload["id"];