production
Here are 382 public repositories matching this topic...
Experience Report
I am currently ingesting a large continuous streaming data set. The most recent data is the most important data. The oldest - either by policy or by least importance needs to be aged-off. Today, we use Neo4J Community Edition. We perform a query to find nodes/relationships older than a specific date and then delete them.
Note: Feature requests are judged based on user
-
Updated
May 3, 2020
-
Updated
May 17, 2020
-
Updated
Mar 4, 2019
-
Updated
Mar 28, 2018 - Python
-
Updated
Oct 2, 2018 - Python
-
Updated
Jan 10, 2020 - JavaScript
Pytest warning
-
Updated
Mar 25, 2020 - Elm
-
Updated
Nov 26, 2019 - JavaScript
After running procsd create the services were not starting and I was receiving:
/bin/bash: -c: option requires an argument
It turns out that an argument is missing after the service file is generated. An exec should be added:
ExecStart=/bin/bash -lc 'exec $BINDIR/gunicorn app.wsgi --log-file=- -b 127.0.0.1:$PORT --log-level DEBUG'
It also the same in Foreman. procsd does no
-
Updated
Sep 16, 2017 - Shell
-
Updated
May 24, 2020 - Dockerfile
-
Updated
Dec 25, 2017 - Python
-
Updated
May 23, 2020 - TypeScript
-
Updated
Sep 30, 2019 - Dockerfile
-
Updated
May 19, 2020 - Haskell
-
Updated
Mar 13, 2020 - JavaScript
-
Updated
Dec 28, 2019 - TypeScript
-
Updated
Nov 3, 2019 - Jupyter Notebook
-
Updated
Oct 12, 2017
-
Updated
Mar 13, 2020 - Elixir
-
Updated
Jul 15, 2019 - Python
-
Updated
Mar 28, 2019 - Shell
Improve this page
Add a description, image, and links to the production topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the production topic, visit your repo's landing page and select "manage topics."
There is no "pre-deploy" hook listed here as an option at https://pm2.keymetrics.io/docs/usage/deployment/. It should also be mentioned that this hook will run BEFORE
git pulloccurs, e.g. you may want to suggest to users to putgit reset --hardas thepre-deployhook in case their files such asyarn.lockchange frequently, or localization occurs.