• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

List currently executing pages or scheduled tasks

Explorer ,
Oct 14, 2009 Oct 14, 2009

Copy link to clipboard

Copied

I wondered if there was a way of executing a scheduled tasks, lets say every five minutes. But it needs to check that its not already running. i.e. that the previous execution has not taken longer than 5 mins.

I know that you can do lots of clever things with gateways but they don't do things serially and the order of execution is absolutely vital in this case.

This might be a way round an issue I hit in a previous post. http://forums.adobe.com/thread/505742?tstart=0

I figured I could process them in blocks of 500 every 5 mins. And just exit out if the previous block hadn't finished yet.

Any pointers as to where I might look?

many thanks

Steve

TOPICS
Advanced techniques

Views

588

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 14, 2009 Oct 14, 2009

Copy link to clipboard

Copied

LATEST

Locks is the usual way to handle that.

When your process starts it sets the lock and resets (unlocks) it when it is finished.

This way you do NOT need to list ALL executing sched tasks or pages...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation