ymlam
44e771a8f6
Allow a job to cause broadcast to abort at time posting
Achieved by adding the isBroadcastFatal method to Job class.
2 年之前
ymlam
0364609e68
Re-declare enum JobStatus as an interface so it can be virtually extended by derived Engines
Thie allows for removal of entries from the original enum JobStatus that more
appropriately belong to derivation of CommEngine. Such data complicates
the management of the original JobStateus when adding new CommEngines.
These entries can be declared in a new enums implementing
the JobStatus interface, for each derived CommEngine.
2 年之前
ymlam
dc633b03db
[maven-release-plugin] prepare for next development iteration
2 年之前
ymlam
ebfa117a90
[maven-release-plugin] prepare release 1.0.20
2 年之前
ymlam
f8ee1ad599
Complete backward compatibility which has a bug in commit 6bd4ca1af3
2 年之前
ymlam
9baa1b9630
[maven-release-plugin] prepare for next development iteration
2 年之前
ymlam
f0827104bf
[maven-release-plugin] prepare release 1.0.19
2 年之前
ymlam
6bd4ca1af3
Backward compatible with portal not having daily_start/daily_stop times
2 年之前
ymlam
d9d380c4af
[maven-release-plugin] prepare for next development iteration
3 年之前
ymlam
6217c11631
[maven-release-plugin] prepare release 1.0.18
3 年之前
ymlam
2a802c659e
Fix bug of at times getting stuck at PAUSING state on reaching daily limit
3 年之前
ymlam
bae1535287
[maven-release-plugin] prepare for next development iteration
3 年之前
ymlam
c2d4c4952f
[maven-release-plugin] prepare release 1.0.17
3 年之前
ymlam
2555d5e4e0
Sleep between postback IO exceptions
3 年之前
ymlam
ca8e5d9260
[maven-release-plugin] prepare for next development iteration
3 年之前
ymlam
05238171d9
[maven-release-plugin] prepare release 1.0.16
3 年之前
ymlam
d2f9b87a34
Improved interaction between pause by operator and by clock
3 年之前
ymlam
b26988bc59
Replace daily pause/resume with daily operating hours
3 年之前
ymlam
128aba88ba
Allow BroadcastState transition from PAUSING to CANCELED
3 年之前
ymlam
53bc932e97
Added ability for derived Broadcast class to add to configuration output.
3 年之前
ymlam
5f4adb2d9e
[maven-release-plugin] prepare for next development iteration
3 年之前
ymlam
112258911a
[maven-release-plugin] prepare release 1.0.15
3 年之前
ymlam
f85acef9b3
Separated reschedule function out of postJobStatus() into its own rescheduleJob()
3 年之前
ymlam
8d374f5ebe
[maven-release-plugin] prepare for next development iteration
3 年之前
ymlam
477ddb3580
[maven-release-plugin] prepare release 1.0.14
3 年之前
ymlam
c29495bf26
Receive daily_pause and daily_resume in broadcast request
3 年之前
ymlam
abf7b6700e
Better use of 'new JSONObject()'
3 年之前
ymlam
9c8d6cab4d
API to configure daily clock
3 年之前
ymlam
920508c409
[maven-release-plugin] prepare for next development iteration
3 年之前
ymlam
f2e22c4c4a
[maven-release-plugin] prepare release 1.0.13
3 年之前
ymlam
7c5e990de6
Fix bug of not sleeping according to calcaulated sleep time.
3 年之前
ymlam
b4ed4d2f80
Add MSG_TOO_LONG JobStatus
3 年之前
ymlam
1234de3189
Time of day clock based pause and resume.
Use reason field in Broadcast to record reason for pause, cancel etc.
3 年之前
ymlam
b8d29b99d3
Added daily pause and resume feature.
Improved reponse text to pause and resume commands.
3 年之前
yiu
7a174d4531
[maven-release-plugin] prepare for next development iteration
3 年之前
yiu
fb59d60388
[maven-release-plugin] prepare release 1.0.12
3 年之前
ymlam
2b6ef161c1
User friendly response to PAUSE command.
3 年之前
ymlam
053483a919
Fix bug of not stopping immediately on CANCEL while PAUSED.
The service threads do not terminate immediately, but, instead
each service thread picks up one more job before terminating,
causing servicing more jobs which are not reported back to portal.
3 年之前
ymlam
7e89c303b1
[maven-release-plugin] prepare for next development iteration
3 年之前
ymlam
ae89a24993
[maven-release-plugin] prepare release 1.0.11
3 年之前
ymlam
7b4d88b9f8
Fix bug of sometimes not terminating broadcast when paused with large number of service threads.
This happens when all remaining jobs are being serviced by
service threads when PAUSE is initiated. Similarly fixed
for CANCEL.
3 年之前
ymlam
4b2e4c422c
[maven-release-plugin] prepare for next development iteration
3 年之前
ymlam
1cd62867cb
[maven-release-plugin] prepare release 1.0.10
3 年之前
ymlam
81940e001e
Added more JObStatus to support SMS provider Bandwidth
3 年之前
ymlam
0883b073ef
[maven-release-plugin] prepare for next development iteration
3 年之前
ymlam
524ea72d29
[maven-release-plugin] prepare release 1.0.9
3 年之前
ymlam
4d95efe3e9
Add Auto Pause feature
3 年之前
Yuk-Ming Lam
94a8783ce2
[maven-release-plugin] prepare for next development iteration
3 年之前
Yuk-Ming Lam
b945df3333
[maven-release-plugin] prepare release 1.0.8
3 年之前
Yuk-Ming Lam
f8beed06e9
Convert successCount from int to AtomicInteger
3 年之前