Socket
Socket
Sign inDemoInstall

dpd-startup

Package Overview
Dependencies
161
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    dpd-startup

Deployd module to create event scripts that are run on startup, after deployd starts your project, regardless of any requests coming in.


Version published
Weekly downloads
3
increased by200%
Maintainers
1
Install size
4.19 kB
Created
Weekly downloads
 

Readme

Source

Start-up Code Resource for deployd

Current Version

This is a custom deployd resource type that allows you to define a script that will be run on startup.

It is useful for setting up Pub/sub job processors, to schedule things that should be run regularly, to ensure that mongodb indexes are created, etc.

Installation

npm install dpd-startup --save

or

yarn add dpd-startup

See Installing Modules for details.

Usage

Use dpd-dashboard to add a Start-up Module. The name doesn't matter and you can have as many as you need.

You can write your startup code inside the Index event. The code will be run on startup. You will have access to the dpd object like in any other event script.

Important note:

The code will also be re-run every time you save the script if you're using dpd-dashboard.

So, make sure your startup logic is valid for this purpose. Otherwise, restart your project manually every time, or do not edit the script using dpd-dashboard.

The order the startup scripts are ran in is not guaranteed. If you need a particular order, and would like to split your startup script into smaller parts, you can combine this with dpd-codemodule and write your logic inside Code Resources, which you can then use from your startup module.

FAQs

Last updated on 25 Jan 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc