Results 1 to 2 of 2

Thread: Stopping jobs "via the database"

  1. #1
    Join Date
    May 2008
    Location
    UK
    Posts
    24

    Lightbulb Stopping jobs "via the database"

    The docs mention in section '2.4 Meta Data Access Improvements' that
    "It is also worth noting that Jobs can now be stopped via the database..."
    Having noted that - I'd be interested to know what it means. I mean understand - not assume.

    However, this is what I assume. That one should update the database (via the JobRepository) using the JobOperator interface. I see JobOperator has a handy looking stop(executionId) method.

    Also note the (Simple)JobService supports stop and stopAll calls.

    I know it sounds obvious but just double checking that I've interpreted this correctly.

    TIA,
    David.
    Last edited by dvb123; Jan 27th, 2012 at 06:54 PM.

  2. #2
    Join Date
    May 2008
    Location
    UK
    Posts
    24

    Default

    FWIW. I resolved this by using the SimpleJobService.

    Your mileage may vary.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •