Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: is that bug of Scheduled Jobs interface
hi
i use liferay 7.4, i found that in contorl panel>Job Scheduler>Scheduled Jobs
when i try trigger it, the be triggered job not my target.
for example, if i push the "Run Now" of PIvRecordPullerScheduler, PqmFailureRrecordPullerScheduler will run up.
is that a bug? or anything i wrong?
thank you
How did you create your own jobs?
E.g. when you create your implementations for DispatchTaskExecutor: Do the components have different properties (e.g. name/type)?
like this, is "name" necessary?
@Component(immediate = true, property = { "cron.expression=0 0 * * * ?" }, service = PqmFailureRecordPullerScheduler.class)
public class PqmFailureRecordPullerScheduler extends BaseMessageListener {
...
@Component(immediate = true, property = { "cron.expression=0 0 0 * * ?" },
service = PivRecordPullerScheduler.class)
public class PivRecordPullerScheduler extends BaseMessageListener {
...
Copyright © 2025 Liferay, Inc
• Privacy Policy
Powered by Liferay™