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

@mishguru/flacutono

Package Overview
Dependencies
Maintainers
7
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mishguru/flacutono

Server status monitor

  • 8.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
8
decreased by-33.33%
Maintainers
7
Weekly downloads
 
Created
Source

Foreman Flacutono

Complains loudly about orphans.

This library is useful when you are trying to find out the cause in a series of unfortunate events.

You use it by creating a job, and then at some point in the future, marking that job as complete (or possibly failed).

Every 3 seconds, Foreman Flacutono will let you know which jobs are currently running and how long they have been running for.

This library was invaluable in solving the mysterious case of the infinitely hanging AVA tests.

Todo

  • Hook into the Bluebird promise monitoring events
  • Use setTimeout so that if all jobs are completed there are no timers left

Installation

$ npm install --save @mishguru/flacutono

Usage

import Foreman from '@mishguru/flacutono'

const foreman = new Foreman()

const job = foreman.monitor({
  section: 'Lumbermill',
  name: 'debark-1042'
})

...

job.resolve()

FAQs

Package last updated on 17 Jan 2021

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