Questions tagged [runner]
250 questions
2
votes
8 answers
Best methodology for developing c# long running processor apps
I have several different c# worker applications that run various continuous tasks: sending emails from queue, importing new orders from website database to orders database, making database backups and restores, running data processing for OLTP ->…

eulerfx
- 36,769
- 7
- 61
- 83
2
votes
1 answer
sonar runner cannot add the same measure
ello,
I am doing my code analysis through sonar runner previously I am getting the following error.when I run teh command of sonar-runner
Any help???
SonarException: Can not add twice the same measure on org.sonar.api.resources.Project
Exception in…

Nazish Ali Rizvi
- 175
- 6
- 15
1
vote
1 answer
Tool which runs java MainClasses, design avoiding dependencies trap
I have to implement a Tool which reads a config file and runs application/programs specified in the configuration file. A sort of automated runner for tests. I have implemented a program which does that, however I have hit the dependency wall. In my…

alien01
- 1,334
- 2
- 14
- 31
1
vote
0 answers
How can I speed up github action runner pick Github action job?
I setup two runners use github-action-controller.
apiVersion: actions.summerwind.dev/v1alpha1
kind: RunnerDeployment
metadata:
name: xxxxx
spec:
replicas: 2
template:
metadata:
annotations:
…

duanjax zhang
- 11
- 1
1
vote
1 answer
Is it possible to trigger a Jenkins Job through Gitlab Runner?
I need assistance with triggering a Jenkins Pipeline Job whenever specific branch/tags are changed in a GitLab repository. However, I am unable to access Jenkins externally, as there are no open ports or webhooks available.
Initially, I attempted to…

Büni
- 23
- 4
1
vote
2 answers
Running, Rolling Sum in a specified window in R
I want to determine the running total of a column within a specified date…

Bea
- 15
- 6
1
vote
0 answers
Iterate a filter function over a data frame using start and end date variables with a Purrr map() function
This is an example of the messy data I have to work with. Note the significant month long gaps in the date variable, and multiple sales on the same date.
> print(sold_data, n = 36)
# A tibble: 36 × 2
close_date close_price
…

Joseph Harvard
- 15
- 5
1
vote
1 answer
gitlab runner's scheduling is not as expected
I set up two gitlab-runners on one device simultaneously,their tags are sh4hf and sh4fw.
gitlab-runner list
sh4hf Executor=shell Token=MQ3***a5G_hmkbXhhc
sh4fw …

hefeiqh
- 11
- 1
1
vote
2 answers
Deploying an AWS app runner app from a GitHub repo subfolder
I am trying to deploy a NodeJs express app using AWS app runner. The issue is that my source code for both the frontend and backend are contained in the same repo under different folders (i.e. my express app is located in 'repo/backend').…

jhughes982
- 27
- 3
1
vote
1 answer
R rolling window function - best maximum of any day stretch
I have a coding question on a large dataset. I'm trying to use the 'runner' function because I think this solution required a rolling window function and also it's a large dataset so I'm doubtful that a for loop would work.
Here is a recreation of…

hachiko
- 671
- 7
- 20
1
vote
1 answer
Remove rows that are within 12 months of each other for each participant across 15 years
I am new to R.
I have a large dataset that goes over 15 years (2007-2022) (see below an example portion). Essentially, I want to create a 12-month rolling window and remove the rows within 12 months of the first collection date for each subject. For…

Jess H
- 39
- 7
1
vote
2 answers
Gitlab Runner use multiple Tags
is it possible to use multiple tags in one job like the example of Gitlab docs
job:
tags:
- runnerA
- runnerB
For me that config ends up with error "This job is stuck because you don't have any active runners online or available with any of these…

Co3dr
- 11
- 1
- 2
1
vote
1 answer
Salt reactor runs twice
I'm using a reactor that's triggered whenever a minion is restarted. The reactor then completes 2 steps:
run an orchestrator that executes a runner
enforce minion configuration (checks if minion config has been changed, if there are changes the…

zacaaron
- 37
- 1
- 6
1
vote
1 answer
How can I re-write code that applies a function on subset of rows based on another vector in different R ecosystems?
in my problem I have to apply a function on a subset of individual time-series based on a set of dates extracted from the original data.
So, I have a data.frame with a time-series for each individual between 2005-01-01 and 2010-12-31…

jmarkov
- 191
- 9
1
vote
2 answers
AWS Gitlab Autoscale runner with private IP, don't want to enable Public IP
In AWS, Gitlab Autoscale runner with private IP, don't want to enable Public IP.
Currently our Gitlab Autoscale runner is configured with public IP, hence the Runner Hub is connected via Public IP of autoscale runners. For that we are opening ALL…

praseeb kdas
- 37
- 8