タグ

pluginとbackgroundrbに関するjoker1007のブックマーク (4)

  • Backgroundrb

    Introduction BackgrounDRb is a Ruby job server and scheduler. Its main intent is to be used with Ruby on Rails applications for offloading long-running tasks. Since a Rails application blocks while serving a request it is best to move long-running tasks off into a background process that is divorced from http request/response cycle. Installation Installing the dependencies : As of version 1.0.4

  • はてなグループの終了日を2020年1月31日(金)に決定しました - はてなの告知

    はてなグループの終了日を2020年1月31日(金)に決定しました 以下のエントリの通り、今年末を目処にはてなグループを終了予定である旨をお知らせしておりました。 2019年末を目処に、はてなグループの提供を終了する予定です - はてなグループ日記 このたび、正式に終了日を決定いたしましたので、以下の通りご確認ください。 終了日: 2020年1月31日(金) エクスポート希望申請期限:2020年1月31日(金) 終了日以降は、はてなグループの閲覧および投稿は行えません。日記のエクスポートが必要な方は以下の記事にしたがって手続きをしてください。 はてなグループに投稿された日記データのエクスポートについて - はてなグループ日記 ご利用のみなさまにはご迷惑をおかけいたしますが、どうぞよろしくお願いいたします。 2020-06-25 追記 はてなグループ日記のエクスポートデータは2020年2月28

    はてなグループの終了日を2020年1月31日(金)に決定しました - はてなの告知
  • BackgrounDRb - Using BackgrounDRb workers

    Workers Workers are your building blocks of Asynchronous Task Processing. An empty auto generated worker looks like this: class BillingWorker < BackgrounDRb::MetaWorker set_worker_name :billing_worker def create(args = nil) # method gets called, when new instance of worker is created. end end set_worker_name will set the worker name which can be later used while invoking tasks on the worker. cre

  • 3 日坊主日記 - 市立図書館 , BackgrounDRb

    _ [] 市立図書館 DB勉強会参加したい! てことでRDBMSの基礎を学ぶ一冊。 データベースパフォーマンスアップの教科書 基原理編 比喩が楽しい。 こんなところに萌え要素。 闘うのはオプティマイザだが、武器はユーザが事前に提供しなくてはならない。……現実には、ほとんどのユーザは自分が武器を提供しなかったにも関わらず、戦いに敗れた者だけを責めている。オプティマイザが喋れるなら、さぞかし不満を述べるに違いない。(p.83) オプティマイザ萌えー。 今、我々は教師としてSQLを通してオプティマイザに宿題を出すのである。……しかし現実はどうであろうか? 立場は教師であるが、それにふさわしい行動をとっている人はほとんどいないのではないだろうか。あまりに多くの宿題を出すと、学生が辛いのではと心配していないだろうか? データベースが可哀想に思えて、自分が直接宿題をしていないだろうか?(p.84)

    joker1007
    joker1007 2007/04/28
    railsでバックグラウンド処理
  • 1