Results 1 to 2 of 2

Thread: RetryContext interfered between different jobs

  1. #1
    Join Date
    Jul 2009
    Posts
    19

    Default RetryContext interfered between different jobs

    I configured two jobs running in the same container, both need to retry the file downloading tasklet if the file is not available. But it seems like the two retry contexts are interfered each other even though I use SimpleAsyncTaskExecutor. Both jobs kept retrying after the max attempt was reached.

  2. #2
    Join Date
    Jul 2009
    Posts
    19

    Default it's my bad...

    I imported the aop config in each job's config file. It ended up applying the advisor twice. That's why it kept retrying for a while.

Posting Permissions

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