Menu
Defer is reaching the end of its service life on May 1, 2024. Please reach out to support@defer.run for further information.
Changelog
August 30th, 2023

Console updates: Timings and build manifests

Charly PolyCharly PolyCEO
Bryan FriminBryan FriminCTO

We have improved the console user experience by adding more details for better build overview. Additionally, the console now offers deeper control over executions.

Filters

We have introduced new filters that make it easier to to narrow down the executions you are looking for. You can now filter executions by function name and error cause, along with the already existing status, schedule and metadata filters.

execution filter console page screenshot

For example, the error cause filter is the fastest way to display only the executions that have exceeded the maximum memory limit or time duration you have defined in your function.

What's in my build?

The build process for Defer may seem like too much magic. That's why we have added the "Functions" tab on the build view.

build view function tab screenshot

The "Functions" tab provides a list of available functions on the build along with their configurations, such as the number of vCPUs, amount of memory, retry strategy, max duration, and concurrency limit.

Timings

Small changes can make a big difference! Some of you have asked for a more comprehensive way to view the execution timeline in order to better respond to questions like:

  • How long has my execution been queued?
  • How long is the cold start?
  • How long has the execution run?

We have added a timings bar to the execution view that provides precise answers to the question above!

timings bar screenshot

Cancel and Abort executions

New controls over your executions! Previously you could only rerun a completed execution from the console. Now, you can cancel queued executions, and abort running ones.


First, it is now possible to cancel an execution before it begins. Since the execution has not started, we can preempt it, making the cancellation process safe. Cancelling an execution is a synchronous operation, which means you will receive the result of the operation immediately.


Last but not least, the ability to abort a running execution is inherently unsafe as it is impossible to preempt what the execution is currently doing. That's why we decided to not abort by default and give you the responsibility of making this choice. Canceling executions is an asynchronous operation. In most cases, it takes less than a second, but in some contexts, it can take longer. Once a request to abort an execution has been made, it is not possible to revoke the request.


In our point of view, it is important to differentiate the two, and that's why we decided to take the awareness of our scheduler to the next level.

Join the community and learn how to get started, and provide feedback.
Stay tuned about our latest product and company updates.
Start creating background jobs in minutes.
Copyright ©2024 Defer Inc.