By using AWS re:Post, you agree to the AWS re:Post Terms of Use

Questions tagged with Job Scheduling

The AWS Batch scheduler evaluates when, where, and how to run jobs that have been submitted to a job queue.

Content language: English

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

51 results
The sagemaker job creation allows only ml.m4/m5 onwards instances. I have a simple requirement that can easily work with ml.t3.medium. Is there a way to schedule sagemaker studio jobs using ml.t3.med...
2
answers
0
votes
510
views
asked a year ago
We are using Splice Insert Schedule option in Media Live to generate the scte35 messages,but when this scte35 messages comes in the manifest file,Ads playback happen.After the Ad playback gets complet...
3
answers
0
votes
509
views
asked a year ago
### **Use Case** Configured an AWS EventBridge Rule to schedule an AWS Batch Job with the provided inputs (Please refer to the the image below): 1. Job Definition ARN 2. Job Name 3. Job Queue ARN ![...
1
answers
0
votes
747
views
asked a year ago
Here is my Python code for two cron jobs: ``` scheduler.add_job( func=process_users_main, trigger="cron", minute="0/30" ) scheduler.add_job( func=func2, ...
2
answers
0
votes
538
views
asked a year ago
Does AWS IOT support parallel execution of AWS IOT Jobs on a single thing? Is it possible to implement the following flows: 1. AWS IOT client gets a job from the queue. 2. Client suspends execution of...
1
answers
0
votes
453
views
asked a year ago
Our stack consists of an EB WebApp and EB Worker environment running SQS scheduled jobs as documented here: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features-managing-env-tiers.htm...
1
answers
0
votes
491
views
asked a year ago
I believe I found a defect in the new EventBridge Scheduler product: 1. FIFO SQS queues require FIFO deal letter queues (https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs...
3
answers
1
votes
851
views
asked a year ago
I´ve been trying to configure retries on OTA Jobs on the IoT Core, but i can´t find the configuration on the console; it seems that the retries configuration it´s only available for non-ota jobs, is t...
1
answers
0
votes
552
views
asked a year ago
I have created a sagemaker inference endpoint to detect objects on videos. The videos can be about 20 mins long. I want to invoke the endpoint when there is a new video file uploaded to s3 or schedule...
3
answers
0
votes
910
views
asked a year ago
Hello Community ! Let's say I have a Continuos Backup for S3. It is scheduled on a daily basis with a retention of 35 days. In this way I would have two strategies. Every day I would be doing a sche...
1
answers
0
votes
366
views
asked 2 years ago
Hi How can I implement a Maker Checker concept on my AWS Account . For Instance I have 3 Users including the Root User . So the Admin wants to create / Delete an EC2 Instance and as soon he Clicks ...
1
answers
0
votes
435
views
asked 2 years ago
I have scheduled an "EventBridge Schedule" to **send a SQS message containing a json to be sent at a certain time.** First of all **I can not see that the queue have received the message.** And there...
1
answers
0
votes
1.1K
views
asked 2 years ago