Details
-
Improvement
-
Resolution: Duplicate
-
Minor
-
None
-
13.10.3, 15.9
-
Unknown
-
Description
Reproduction
- create a job in the scheduler application, make it change the content of a page to "foo" for instance
- schedule this job
- trigger it
- the page content is changed to "foo"
- edit the job script to have the content changed to "bar"
- trigger the job
- the page content is still "foo"
Problem
The new code of the job is not registered until the job is unscheduled and scheduled again.
Suggestion of improvement
- Display a warning on the scheduler application home, mentioning that the job script has been edited but is not used, to convey this problem to the user
- OR re-schedule the job automatically
Attachments
Issue Links
- duplicates
-
XWIKI-15952 Update Scheduled Job With Job Re-Definition
-
- Open
-
- is duplicated by
-
XWIKI-24021 Update of scripts in XWiki.SchedulerJobClass does not work
-
- Closed
-