question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bootstrapping issue for Dashboard

See original GitHub issue

Event-driven creation of the dashboard is currently too late since RootMailReady triggers green after the DNS delegation is done.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
sbstjncommented, Mar 11, 2021

What about creating the CloudFormation stack for the dashboard before setting up the RootMail stuff?

RootMail:
  Type: AWS::CloudFormation::Stack
  DependsOn: LivingDocumentation

Of course, the lambda functions needs some minor tweaks for this to work without failures:

rootmail_ready_alarm_state = cw.describe_alarms(
  AlarmNames=[
      'superwerker-RootMailReady',
  ]
)['MetricAlarms'][0]['StateValue']

if rootmail_ready_alarm_state == 'OK':

This needs to include a pending state with the information “the needed nameservers will be displayed here soon.”

Or we can just de-couple the dashboard from the rootmail alarm. Basically, the dashboard is not really bound 1:1 to the alert, just a part of the dashboard is about the rootmail/dns stuff (in future releases).

0reactions
github-actions[bot]commented, Apr 15, 2021

🎉 This issue has been resolved in version 0.12.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dashboard bootstrap error - Tyk.io
Dashboard bootstrap error. Make sure you: Target the correct domain with your bootstrap.sh as it is very specific once you set up a...
Read more >
Dash Bootstrap Components
Bootstrap components are available as native Dash components to let you easily incorporate them into your Dash apps. Each component exposes a number...
Read more >
Getting the error "The bootstrap sequence has failed. See the ...
Error #1009 " when trying to run a dashboard based on an MDX cube source (MSAS) containing ... This is a known issue...
Read more >
Embedded dashboard not rendering on bootstrap nav tabs
has anyone encounted this issue. I am loading up multiple dashboard embedded on a webpage split into different navigation tabs (bootstrap) ...
Read more >
Issues · creativetimofficial/light-bootstrap-dashboard - GitHub
Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple. - Issues · creativetimofficial/light-bootstrap-dashboard.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found