Skip to content
#

production

Here are 410 public repositories matching this topic...

dgraph
rahst12
rahst12 commented Jan 8, 2020

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

n4cr
n4cr commented Jul 29, 2019

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

Improve this page

Add a description, image, and links to the production topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the production topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.