51 次程式碼提交 (952d8acb7e8d3ee008215a7cb1702b923d7d09b1)

作者 SHA1 備註 提交日期
  ymlam 1234de3189 Time of day clock based pause and resume. 3 年之前
  ymlam b8d29b99d3 Added daily pause and resume feature. 3 年之前
  ymlam 2b6ef161c1 User friendly response to PAUSE command. 3 年之前
  ymlam 053483a919 Fix bug of not stopping immediately on CANCEL while PAUSED. 3 年之前
  ymlam 7b4d88b9f8 Fix bug of sometimes not terminating broadcast when paused with large number of service threads. 3 年之前
  ymlam 4d95efe3e9 Add Auto Pause feature 3 年之前
  Yuk-Ming Lam f8beed06e9 Convert successCount from int to AtomicInteger 3 年之前
  ymlam 28756a94d6 Better exception handling 4 年之前
  ymlam 580bed601f Place readyQueue, scheduledJobs, serviceActivityCount under one single semaphore readyQueue. 4 年之前
  ymlam 253c78ab71 Add stateSemaphore to ensure modifications to state value is synchronized. 4 年之前
  ymlam 8fd8813afa Add BroadcastState.ABORTING to fix bug of losing postbacks on abort. 4 年之前
  ymlam fe430891ac Give derived class chance to wait for service activity to end 4 年之前
  ymlam 37d2438ea5 Fixed <segment> tag placed in wrong part of XML 4 年之前
  ymlam 4c882c8134 Add capability to return SUCCESS count and SMS specific segment count 4 年之前
  Yuk-Ming Lam a5152269a6 Ability to allow Broadcast descendent classes to access properties. 4 年之前
  Yuk-Ming Lam 6c29b820ae Improved logging. 4 年之前
  Yuk-Ming Lam 25deaade44 Memory leak, user display improvement. 4 年之前
  Yuk-Ming Lam 4e0b471b8f Unified getServiceThreadPoolSize and getPostbackSenderPoolSize. 4 年之前
  Yuk-Ming Lam 2cf2164548 Fix bug that service thread may get stuck on cancel. 4 年之前
  Yuk-Ming Lam f70c901424 Fixed bugs with 'resume', 'cancel', 'pause', etc. 4 年之前
  Yuk-Ming Lam 0b260d7e58 Code cleanup. 4 年之前
  Yuk-Ming Lam 7296a77eac Fixed bug in job managements and broadcast status 4 年之前
  Yuk-Ming Lam 0b5c1548af Fix bug of failing to requeue on 0 requeue delay. 4 年之前
  Yuk-Ming Lam 0da88a02c7 Add support for SMS provider property 'service_threadpool_size'. 4 年之前
  Yuk-Ming Lam e6e2ec8ed8 Fix bug of not setting the changeStateTime when transitioning to RUNNING 5 年之前
  ymlam 56002b3bee Pause and resume 6 年之前
  ymlam cc1a5c174e Fix bug in not properly destroying service and postback threads. 6 年之前
  ymlam 78992579de Use completedJobCount and totalJob to help keeping track of job counts in 6 年之前
  ymlam c08ba9f57c Moved postback capability from CommEngine to Broadcast. 6 年之前
  ymlam 2c7ba134d8 Remove unused startProcessing method. 6 年之前
  Yiu Leung 8b5e6c2be5 maven changes 6 年之前
  ymlam e56690259a Update 6 年之前
  ymlam 022cb3352a Correct sometimes mis-counting completed jobs. 7 年之前
  ymlam 65c1d3ddde Remove the offending 'synchronized' modifier on postJobStatus method which is not compatible with the scheme to require the service threads to wait for space in the postQueue in order to post reports. Without removing this modifier, the CommEngine is likely to freeze on large broadcasts. 7 年之前
  ymlam 7daa802a25 Move POST processing to Broadcast.doPost method. 9 年之前
  ymlam a92b947160 Added broadcast state 'EXPIRED'. 10 年之前
  ymlam 1853a905e5 Improved job counting and fixed bug of non-matching time units involved in rescheduling. 11 年之前
  ymlam 566fa78ef0 Added attribute sleepBetweenJobs, time in milliseconds, for the service threads to sleep between consecutive jobs (or more exact batches of jobs). 11 年之前
  ymlam 83b9ecefad Change HALT to PAUSE 11 年之前
  ymlam 7ea29e35fc Add logging of stack trace of unexpected Throwable. 11 年之前
  ymlam d2179500c7 Added logging. 13 年之前
  ymlam 100195bec2 More correctly named method getInitializedServiceProvider as getInitializedServiceProviderPeer. 13 年之前
  ymlam 0b1be67bbc Again separate out EngineException from any Throwable. 13 年之前
  ymlam 2549f8a6a8 Added broadcast receive time. 13 年之前
  ymlam 93217089fb Restructure architecture to concentrate defining value of activity_record_id name in only one place, namely derived class of Broadcast. 13 年之前
  ymlam 3abe9c6365 Fixed CommEngine and Broadcast status data. 13 年之前
  ymlam 1f27100696 *** empty log message *** 13 年之前