RubyGems Navigation menu

resque-meta 1.0.0

A Resque plugin. If you want to be able to add metadata for a job to track anything you want, extend it with this module. For example: class MyJob extend Resque::Jobs::Meta def self.perform(meta_id, *args) heavy_lifting end end meta0 = MyJob.enqueue('stuff') meta0.enqueued_at # => 'Wed May 19 13:42:41 -0600 2010' meta0.meta_id # => '03c9e1a045ad012dd20500264a19273c' meta0['foo'] = 'bar' # => 'bar' # later meta1 = MyJob.get_meta('03c9e1a045ad012dd20500264a19273c') meta1.job_class # => MyJob meta1.enqueued_at # => 'Wed May 19 13:42:41 -0600 2010' meta1['foo'] # => 'bar'

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 2.0.1 November 27, 2013 (10.5KB)
  2. 2.0.0 December 05, 2012 (10.5KB)
  3. 1.0.3 February 10, 2011 (9.5KB)
  4. 1.0.2 November 04, 2010 (9.5KB)
  5. 1.0.1 September 11, 2010 (9.5KB)
  6. 1.0.0 June 04, 2010 (9.5KB)
全てのバージョンを表示(全6件)

Runtime依存関係 (1):

resque >= 1.8.0

所有者:

作者:

  • Lee Marlow

SHA 256チェックサム:

=

累計ダウンロード数 408,005

このバージョンのみ 41,654

このバージョンがリリースされたのは:

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: