jobs
Creating Hudson jobs and views from command line
Can I create Hudson jobs from the command line?? If yes, can views be开发者_如何学Python created the same way??You can try the Hudson Remote API, which include an API to create Jobs.You can always cre[详细]
2023-01-05 14:24 分类:问答Oracle dbms_job with invalid owner
Ok, database at a clients site that has dbms_job entries where the schema_user is invalid.(It appears to be the effect of bringing over a schema from another machine using exp/imp.)[详细]
2023-01-04 01:46 分类:问答Cluster of computers for rent? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-01-02 12:51 分类:问答Tailing 'Jobs' with Perl under mod_perl
I\'ve got this project running under mod_perl shows some information on a host. On this page is a text box with a dropdown that allows users to ping/nslookup/traceroute the host. The output is shown i[详细]
2022-12-31 20:50 分类:问答How to be notified when a script's background job completes?
My question is very similar to this one except that my background process was started from a script. I could be doing something wrong but when I try this simple example:[详细]
2022-12-29 11:14 分类:问答Any way to have delayed_job execute some run-once code at startup and use across all jobs?
So I\'ve got a delayed_job task that pushes some info to an XMPP server. Ideally you create a connection to XMPP once and then constantly push data to it, rather than creating a new connection every t[详细]
2022-12-24 19:56 分类:问答php background job cause exception on memory_limit
if i have a php background job, may need to run 4-5hours or more will it cause exce开发者_如何学Goption on memory_limitPHP has a very primitive memory manager and scripts are not designed to run for v[详细]
2022-12-23 05:38 分类:问答can not run multiple jobs with quartz
Hi i m trying to run two jobs using batch framework. My problem is SimpleJobLauncher is running only one job which is last in the jobs list.[详细]
2022-12-14 21:09 分类:问答List and kill at jobs on UNIX
I have created a job with the at com开发者_StackOverflowmand on Solaris 10. It\'s working now but I want to kill it but I don\'t know how I can find the job number and how to kill that job or process[详细]
2022-12-13 02:43 分类:问答Method to handle "killed" Java jobs?
Our server web app will handle jobs that are requested by REST API requests. Ideally if the server dies during a job (ie: plug pulled), the job should resume or restart at startup.[详细]
2022-12-12 23:10 分类:问答