The Wayback Machine - https://web.archive.org/web/20220303144521/https://github.com/topics/lyft
Skip to content
#

lyft

Here are 133 public repositories matching this topic...

ramonpetgrave64
ramonpetgrave64 commented Mar 1, 2022

Title: Try all AWS accounts, and raise Exception afterwards

Description:
Sometimes a single AWS account's sync could fail. In such situations, we more likely want to proceed with the rest of our accounts, but still be notified of the failure.

I propose to wrap _sync_one_account into a try-catch, invoke logger.exception for the failures, and then finally raise another exception lis

clutch
skyrocknroll
skyrocknroll commented Nov 26, 2020

Description
When /tmp and the destination directory is mounted on a different disk then fails with following error

Expected Behavior
Should not fail
Actual Behavior

*** Your new workflow can be found here: /home/uva/opensource/clutch/frontend/workflows/amiibo
For information on how to register this new workflow see our configuration guide: https://clutch.sh/docs/configur
gdearment
gdearment commented May 14, 2018

The error handling in the IPAM add command is such that it is very hard to understand why something is failing. I've run into two problems that are due to the same general issue:

  1. The allocateClient doesn't differentiate between an interface already being maxed out on allowed IPv4 or IPv6 IP addresses and all IP addresses in a subnet being taken. Only the later is represented in the error [

Improve this page

Add a description, image, and links to the lyft topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lyft topic, visit your repo's landing page and select "manage topics."

Learn more