BackgroundJobs cannot be run multiple times

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Done
    • Priority: Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Internal Code
    • ALL
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Objects derived from BackgroundJob cannot be run more than once.

      For example:

      background_job.go();
      background_job.wait();
      background_job.go(); // throws

      I'm submitting a pull request in github, with test cases and a patch.

              Assignee:
              Unassigned
              Reporter:
              Erich Siedler
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: