Sha256: 352820ab050dd754c4e671cc207d371704a53b51f266d280e735054c07a13d77
Contents?: true
Size: 408 Bytes
Versions: 6
Compression:
Stored size: 408 Bytes
Contents
table class="table table-striped table-bordered workers" tr th Worker th Queue th Class th Arguments th Started - workers.each do |(worker, msg)| tr td= worker td= msg['queue'] td= msg['payload']['class'] td= msg['payload']['args'].inspect[0..100] td== relative_time(msg['run_at'].is_a?(Numeric) ? Time.at(msg['run_at']) : Time.parse(msg['run_at']))
Version data entries
6 entries across 6 versions & 1 rubygems