Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-6217

BackgroundJobs cannot be run multiple times

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

      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 Unassigned
            Reporter:
            siedler Erich Siedler
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: