Questions tagged as 'job'

1
answer

How to create a JOB in Oracle?

I have the following command to perform the analysis of Oracle indexes: EXEC DBMS_STATS.GATHER_SCHEMA_STATS('USUARIO', estimate_percent=> 25); I would like to know how to schedule this command so that it runs once every week. Edited:...
asked by 11.12.2013 / 21:20
0
answers

Error giving bin / magento indexer: reindex

My Magento control panel is showing this message    One or more indexers are invalid. Make sure your Magento cron job is   running. I saw that I would have to give php bin/magento indexer:reindex but every time I try to give this t...
asked by 27.12.2017 / 18:33
0
answers

Quartz cronSchedule to rotate with interval greater than one hour

I'm wanting to do a quartz cronSchedule like this cronSchedule("0 0/5 * 1/1 * ? *") but it is around every 5 minute example    7:05, 7:10, 7:15, ... and so on What I'm needing is so    7:05, 8:10, 9:15, ... and so on (one hou...
asked by 17.11.2017 / 09:32
1
answer

How to use joblib in Python for parallelism?

I was trying to use Thread of Python to parallelize my code but I ran into a problem: when I command to create the threads, the amount of them exceeds 1,000 Threads easily, which, from 140, all begin to give error. Searching a bit I found...
asked by 12.08.2017 / 19:37
1
answer

Spool task for the server

Good evening! Personal, currently in my work, I have to generate multiple .txt files to be exported to the bank of another company. I flip this in hand and that sucks, every day I run, wait to send and everything. I tried to do the spoo...
asked by 11.11.2015 / 21:57
0
answers

How to execute a select in pentaho

I would like to know how I execute sql commands in pentaho, I need to search for certain data by giving select but I already used table input and sql query and it did not work.     
asked by 26.04.2017 / 17:15
1
answer

Can you use CakePHP 3 to create screens to manipulate CRON as SideKiq?

Is there any way to create screens to manipulate CRON PHP with CakePHP3 as we have the sidekiq option for Ruby on Rails? It would be interesting to list the active jobs, and also the option to create new jobs, it would also be interesting to...
asked by 28.08.2017 / 15:44
0
answers

Error in Microsoft.Azure.WebJobs.Hosting.IWebJobsStartup when trying to inject dependency into an azure function

I'm trying to run a TimeTrigger trigger from azure functions , where I need to access my repository layer where it contains the data access methods in which I get the following error when executing the project: A ScriptHost error has occu...
asked by 01.10.2018 / 22:02
0
answers

Run a Job with Quartz and Spring

I need to run a job, I'm using quartz, but when the job runs I need to go to the database to make a query but it does not work, it returns the following error, I'm using Spring and Hibernate: 11:16:00.007 ERROR org.quartz.core.JobRunShell: Job...
asked by 13.08.2018 / 16:27
0
answers

Error executing a trigger ORA-04092: Unable to trigger

I have the following problem: - I can not execute a job (Scheduling) after an insert retrieved by the trigger.    Line 2: ORA-04092: Not possible on a trigger ORA-06512: in   "SYS.DBMS_ISCHED", line 135 ORA-06512: under "SYS.DBMS_SCHEDULER"...
asked by 20.07.2018 / 16:29