Project
Reverse Dependencies for rake
The projects listed here declare rake as a runtime or development dependency
0.0
This will stagger your resque jobs over a configurable duration rather then enqueueing them all together
2021
2022
2023
2024
2025
2026
0.0
Start and manage multiple resque workers.
2021
2022
2023
2024
2025
2026
0.0
Resque plugin that pushes the job statistics to statsd
2021
2022
2023
2024
2025
2026
0.0
Adds support for futures to resque-status
2021
2022
2023
2024
2025
2026
0.0
Set time limits on Resque jobs per Job class.
2021
2022
2023
2024
2025
2026
0.0
Ensures that for a given queue, only one worker is working on a job at any given time.
Example:
require 'resque/plugins/unique_at_runtime'
class StrictlySerialJob
include Resque::Plugins::UniqueAtRuntime
@queue = :serial_work
def self.perform
# only one at a time in thi...
2021
2022
2023
2024
2025
2026
0.0
Configure resque-unique_in_queue and resque-unique_at_runtime uniqueness by arity of perform method, with automated cleanup tools
2021
2022
2023
2024
2025
2026
0.0
resque_unit(without mock)
2021
2022
2023
2024
2025
2026
0.0
Generates a UUID for Resque jobs as they are enqueued
2021
2022
2023
2024
2025
2026
0.0
Gives Resque workers a heartbeat to allow dead worker detection
2021
2022
2023
2024
2025
2026
0.0
Automatically kill a child of resque worker based on max memory.
2021
2022
2023
2024
2025
2026
0.0
Reduce your redundant gem depenencies with resquire, which figures out which gems are redundant so you can require less gems for your ruby projects while still retaining the same functionality! By reducing redundant gems, you can make your application faster!
2021
2022
2023
2024
2025
2026
0.0
Utilities for using Resque in a Rails app
2021
2022
2023
2024
2025
2026
0.0
Basic reservation system for Slack
2021
2022
2023
2024
2025
2026
0.0
Sinatra based web server that turns your sequel model directly into a RESTful API.
2021
2022
2023
2024
2025
2026
0.0
Helper class to work with the restful apis
2021
2022
2023
2024
2025
2026
0.0
Start creating your awesome app straight away without worrying the nitty-gritties of HTTP call implementation.
2021
2022
2023
2024
2025
2026
0.0
Common classes and methods to handle rest communication
2021
2022
2023
2024
2025
2026
0.0
REST API doc generates an easy way to create a twitter style document for your RESTful interface.
Leveraging Twitter Bootstrap to create an easy to read document for your RESTful api.
2021
2022
2023
2024
2025
2026
0.0
On MS Windows, restart runs your shell command, then re-runs it any time filesystem change is detected. For example, "restart ruby test.rb" will run "ruby test.rb", then re-run it after test.rb file changes (or any other files change in current working directory or any subdirectories under it).
2021
2022
2023
2024
2025
2026