Skip to main content

Shutdown delay

3 min read
Creator of Spider

I introduced a shutdown delay on all microservices to postpone their shutdown.
Kubernetes control plane need this time to update the Load Balancer to tell it that the services get unreachable.

Badges for user, team and whisperers

2 min read
Creator of Spider

With Spider scaling with many teams and whisperers, it became easy to get lost on what team or whisperer was currently selected.
Trainings have revealed that something was missing!

I had the idea to integrate 'selected' badges left to filter badges!

Filter headers after parsing

One min read
Creator of Spider

Filtering headers is now done once parsing is finished, thus allowing to:

  • Extract identification
  • Extract templates and tags

And then, remove unwanted headers, such as... authorization passwords ;-)
So, you still know who called, but you're not disclosing its own password.

Neat, isn't it?!