Gentry v0.1.1 Gentry.Worker.State View Source

  • retries_remaining is counting down to 0 for retries
  • task_function is the whole purpose: the task we’re trying to run
  • runner_pid is the process that requested the task to be run and will get the reply
  • task is the spawned task that’s executing task_function