-
Notifications
You must be signed in to change notification settings - Fork 1
Stop Using Custom Strfry Image #98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
brh28
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few comments, but nothing critical
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Non-blocking but I imagine it would be more convenient to have a package.json as a file next to the whitelist.js, but if it works I'm fine with it
| input: { npub: npub }, | ||
| }; | ||
|
|
||
| console.error( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to info message?
| console.error("API response:", response.data); // Log response to stderr | ||
| return response.data.data.isFlashNpub.isFlashNpub; | ||
| } catch (error) { | ||
| console.error("Error fetching whitelist status:", error.message); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ideally we should add open-telemetry traces
| - name: package-json | ||
| mountPath: /app/package.json | ||
| subPath: package.json | ||
| resources: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this seems fairly small. Not sure the load we're expecting here, but may be useful to either increase the limit or monitor resource usage
No description provided.