Questions tagged with Job Scheduling
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.
Hey
I have custom Greengrass component (python) which manages IoT Core jobs by subscribing to $aws/things/MyThing/jobs/notify-next topic with GreengrassCoreIPCClientV2 client...
1
answers
0
votes
43
views
asked a day agolg...
I'm using Glue to process data and want to schedule the job to run every 45 minutes using Glue Schedule with this cron expression: 0/45 * * * ? *.
The expected time of running may adhere to this...
2
answers
0
votes
40
views
asked 4 days agolg...
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...
2
answers
0
votes
53
views
asked 20 days agolg...
Using Splice Insert from Media Live Schedule option overrides the actual content (Loss of content)lg...
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...
3
answers
0
votes
46
views
asked 22 days agolg...
### **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...
1
answers
0
votes
98
views
asked a month agolg...
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
69
views
asked a month agolg...
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
60
views
asked 2 months agolg...
ElasticBeanstalk Worker (PHP 8.1 on AL2) - Scheduled Cron.yaml jobs stop running at start of monthlg...
Our stack consists of an EB WebApp and EB Worker environment running SQS scheduled jobs as documented here:...
1
answers
0
votes
76
views
asked 2 months agolg...
I believe I found a defect in the new EventBridge Scheduler product:
1. FIFO SQS queues require FIFO deal letter queues...
2
answers
0
votes
118
views
asked 2 months agolg...
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...
1
answers
0
votes
85
views
asked 3 months agolg...
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
152
views
asked 3 months agolg...
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...
0
answers
0
votes
141
views
asked 4 months agolg...