Questions tagged as 'jobs'

1
answer

Is it possible to prevent a job from running again while still performing tasks?

I need to create a Job on sql server that runs every 5 minutes. The job must execute a stored procedure that verifies some records in the database, which, depending on its status, must perform the execution of other stored procedures. The proble...
asked by 26.12.2018 / 22:38
1
answer

Daily exports in SQL Server Express

I have the following query, I have previously made several information exports from SQL Server Standard or Enterprise, when these versions of SQL have been I have not had much problem since the SQL Server Agent is the ideal tool to do it through...
asked by 16.10.2018 / 19:36
0
answers

From where to run a FileWatcher on a project with spring-boot?

I already have a fileWatcher running with WatchService, it executes a task when a file is added to a predefined folder in the properties of the application. However I do not know which is the best site in the application to place it. Currently I...
asked by 21.03.2018 / 14:03
0
answers

Job and runner always appear blocked Gitlab

Let me create the first test job, its status is always "stuck", then I realized that I needed a "runner" and installed one in the Gitlab project. I chose the most suitable one for the job I am using (it is merely a test and a single shell comman...
asked by 08.01.2018 / 10:31
0
answers

How to set the Print button of the Preview to print directly?

I have the following function that prints to generate preview: <script src="Scripts/jquery-1.10.2.min.js"></script> <script> $(document).ready(function () { $("input#imprime").on('click', function (ev) {...
asked by 16.11.2017 / 17:30
1
answer

Status "stuck" and "Pending" when launching a job on GitLab

I'm trying to launch a very simple job and I can not find a way to make it work, and I do not understand why it fails. For now I have done a commit and a push in the file .gitlab-ci.yml as it says the documentation with the simple code to print...
asked by 03.01.2018 / 10:57
0
answers

grails cronExpression

I need you to help me with the following. I have a Job class, with the following definition static triggers = {             cron name: 'CoreDeleteEventsJob', cronExpression: "0 0/4 * 1/1 *? *", startDelay: 180000 The value of cronExpres...
asked by 27.11.2018 / 19:21
0
answers

Run job spoon

I have a JOB made in SPOON, which I run without problems through the command line, but I would like to know if there is any software where I can execute these JOBS and visually see the execution. The idea is for the exploitation area to be more...
asked by 19.10.2018 / 20:48
0
answers

SDSF command to demand delay between commands

I have to execute two SDSF commands which list files using a Job: /F CICSAA2K, CEMT I FILE(*) /F CICSAF2K, CEMT I FILE(*) When I execute it in this way the files are mixed and what I need is a command between the two so that the first comma...
asked by 25.10.2018 / 01:11
0
answers

Problem "Allowed memory size of xxxxx bytes exhausted (tried to allocate xxxx bytes) in php" when I dispatch a job in Laravel

I'm having memory problems with Laravel jobs and queues. The problem I have arises the following. I'm working with images like PNG, JPG and PSD. These last ones weigh much more, and it has very long chains of type base64 that is the encode with...
asked by 12.03.2018 / 11:23