New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rocketjob_mission_control

Package Overview
Dependencies
Maintainers
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rocketjob_mission_control

  • 6.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
4
Created
Source

Rocket Job Mission Control

Gem Version Downloads License Gitter chat

Web based management interface for Rocket Job.

Screen shot

Status

Production Ready

Already in use in production processing large files with millions of records, as well as large jobs to walk through large databases.

Features

Job Management

  • View all queued, running, failed, and running jobs.
  • View all completed jobs where destroy_on_complete is false.
  • Pause any running jobs.
  • Resume paused jobs.
  • Retry failed jobs.
  • Abort, or fail queued or running jobs.
  • Destroy a completed or aborted job.

Server Management

  • View running servers.
  • Stop servers.

Running Jobs

  • View the jobs that workers are currently working on.

Directory Monitor Management

  • Create, update, enable, disable directory monitoring entries.

Documentation

Rails Installation

This gem is a Rails Engine and can be installed directly into existing Rails 4 or 5 applications.

Add to Gemfile:

gem 'rocketjob_mission_control'

Install:

bundle

Add the following route to config/routes.rb:

mount RocketJobMissionControl::Engine => 'rocketjob'

Development and Testing

Versioning

This project uses Semantic Versioning.

Authors

FAQs

Package last updated on 09 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc