Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

keilorblend360
keilorblend360
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
0

Posts

Posts
9

Discussions

Discussions
0

Questions

Questions
9

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by keilorblend360
Customize the badges you want to showcase on your profile
Re: Cron-style Alarm Trigger - Adobe Developer Runtime 09-11-2020
As mentioned earlier, the cron triggers are based on UTC. So yes, if there is a daylight saving in your timezone, you would need to adjust the triggers.Wrt updating cron time, you're right it's not possible to update alarms feed once created. You could instead create a new trigger with correct time feed (2.30), then update the rule to map to the new trigger.

Views

602

Likes

0

Replies

0
Re: Call API Runtime in ACS - Adobe Developer Runtime 05-11-2020
Hard to tell what your end result is meant to be, but you can't "return" multiple times in a single function. If you're wanting 10 responses of "Hello ", you'll need to call the function 10 times.Also, if your action is a web action and is invoked by a web service, the params object contains a lot more information than just the parameters you're passing into the function.

Views

434

Likes

0

Replies

0
Re: Configuring runtime in I/O - Adobe Developer Runtime 07-09-2020
@Mihai_Corlan still didn't get anything from Adobe. Could you please follow up on the onboarding. Thank you

Views

1.2K

Likes

0

Replies

0
Re: Weird Runtime Error: The action did not produce a val... - Adobe Developer Runtime 11-05-2020
Hello, Two things come to my mind:1. Do you have logs in action 2? do you have some try catch that return an error object?2. I suspect that action 2 is set to run concurrently in the same container. Tweak the concurrency value to 100 and see if this happens again https://github.com/AdobeDocs/adobeio-runtime/blob/master/guides/throughput_tuning.mdCheers,Mihai

Views

3.2K

Likes

0

Replies

0
Re: CORS error on Runtime API endpoint - Adobe Developer Runtime 13-04-2020
Hello there, We've updated the docs to cover this topic: https://github.com/AdobeDocs/adobeio-runtime/blob/master/guides/creating_rest_apis.md#enable-cors-on-an-http-resource thank you,Mihai

Views

3.7K

Likes

0

Replies

0
Re: No Request Body (Payload) in Privacy Event from Adobe... - Adobe Developer Events 20-02-2020
Figured it out. Use the express.json() method to parse your body. Not mentioned in the setup docs.

Views

3.2K

Likes

0

Replies

0
Likes given to