lib/openwfe/expressions/timeout.rb in openwferu-0.9.15 vs lib/openwfe/expressions/timeout.rb in openwferu-0.9.16
- old
+ new
@@ -137,10 +137,11 @@
scheduler.schedule_at(
@timeout_at,
{ :schedulable => self,
:job_id => @timeout_job_id,
- :do_timeout! => true })
+ :do_timeout! => true,
+ :tags => [ "timeout", self.class.name ] })
ldebug do
"to_reschedule() will timeout at " +
"#{OpenWFE::to_iso8601_date(@timeout_at)}" +
" @timeout_job_id is #{@timeout_job_id}" +