-
Notifications
You must be signed in to change notification settings - Fork 4
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
Improve Cloudflare Worker postComment
metadata
#34
Improve Cloudflare Worker postComment
metadata
#34
Comments
postComment
metadata
/help |
Available Commands
|
Available Commands
|
/start @Keyrxng |
Tip
|
@Keyrxng Tried to start it for you but something didn't go as expected, maybe because you're not part of this repository, please start when you can. |
/start |
Tip
|
Passed the deadline and no activity is detected, removing assignees: @Keyrxng. |
This should be transferred into https://github.com/ubiquity-os/plugin-sdk Also when this is labelled I'm happy to re-sub the PR |
/help |
Available Commands
|
/wallet 0x6C4E0B11704228B338A383380b6415453A30278f |
+ Successfully set wallet |
/start |
! This task does not reflect a business priority at the moment. You may start tasks with one of the following labels: Priority: 3 (High), Priority: 4 (Urgent), Priority: 5 (Emergency) |
To be completed, this would need #41 to be completed, then updating plugins that run as workers. |
|
View | Contribution | Count | Reward |
---|---|---|---|
Issue | Task | 1 | 100 |
Issue | Specification | 1 | 17.39 |
Review | Comment | 1 | 0 |
Conversation Incentives
Comment | Formatting | Relevance | Priority | Reward |
---|---|---|---|---|
@whilefoo A thing we could do for Workers is to put the url to t… | 17.39content: content: p: score: 0 elementCount: 9 em: score: 0 elementCount: 1 a: score: 5 elementCount: 2 result: 10 regex: wordCount: 158 wordValue: 0.1 result: 7.39 | 1 | 1 | 17.39 |
Resolves https://github.com/ubiquity-os/plugin-sdk/issues/34QA… | 10content: content: p: score: 0 elementCount: 2 a: score: 5 elementCount: 2 result: 10 regex: wordCount: 2 wordValue: 0 result: 0 | 0.4 | 1 | 0 |
[ 0.77 WXDAI ]
@Keyrxng
Contributions Overview
View | Contribution | Count | Reward |
---|---|---|---|
Issue | Comment | 1 | 0.77 |
Review | Comment | 2 | 0 |
Conversation Incentives
Comment | Formatting | Relevance | Priority | Reward |
---|---|---|---|---|
This should be transferred into https://github.com/ubiquity-os/p… | 6.17content: content: p: score: 0 elementCount: 2 a: score: 5 elementCount: 1 result: 5 regex: wordCount: 18 wordValue: 0.1 result: 1.17 | 0.5 | 1 | 0.77 |
if this is for the worker log url: wasn't the plan was to implem… | 0content: content: p: score: 0 elementCount: 1 result: 0 regex: wordCount: 34 wordValue: 0 result: 0 | 0.8 | 1 | 0 |
gotcha npnp | 0content: content: p: score: 0 elementCount: 1 result: 0 regex: wordCount: 2 wordValue: 0 result: 0 | 0.2 | 1 | 0 |
https://dash.cloudflare.com/${env.CLOUDFLARE_ACCOUNT_ID}/workers/services/view/${env.CLOUDFLARE_WORKER_NAME}/production/observability/logs?granularity=0&time=${timeParam}
However this would require worker deployments to upload these values as they are not accessible through a worker by default. What do you think?
If yes, it should be its own task I believe.
Originally posted by @gentlementlegen in ubiquity-os/ubiquity-os-kernel#169 (comment)
postComment
can post the url for an Action worker, but doesn't not have context for a Worker run. What could be done is adding a url to the dashboard with the time of the run as a filter so that we instantly have the related logs displayed.Code snippet:
This would imply uploading
CLOUDFLARE_ACCOUNT_ID
andCLOUDFLARE_WORKER_NAME
during worker deployment as these values are not available by default.To achieve this, a new reusable GitHub action could be created to avoid having to modify each upload script from every worker plugin. This would greatly benefit all the projects and make deployment simpler.
The text was updated successfully, but these errors were encountered: