Questions tagged [pipelining]

19 questions
0
votes
1 answer

syslog-ng not flushing the pipe to external program

I have written a python script that takes log entries from syslog-ng and writes them to MongoDB (I couldn't do it with afmongodb driver because I need to do some special processing). This is how it looks like in syslog-ng.conf: destination…
johndodo
  • 125
  • 1
  • 6
0
votes
0 answers

Use Gitlab CI pipelines to manage a data pipeline

I'm working on a project that with various data processing steps that naturally fit into a pipeline model. Steps involve things like: download data periodically generate a bunch of files upload those files to another service check periodically…
tr33hous
  • 101
0
votes
0 answers

How to send jenkins stage view in email?

We can send email noification whether success or failure in email of jenkins pipeline. But it is not visual to understand clearly by the team members. So, I kept stage name in an environment variable and kept in the email subject where exactly it…
0
votes
0 answers

NFS "an incorrect mount option was specified " ionos unable to mount shared storage

the issue is we followed the instructions here but get mount.nfs: an incorrect mount option was specified whenever we do mount -a
1
2