Closed colinjneville closed 2 weeks ago
💵 To receive payouts, sign up on Algora, link your Github account and connect with Stripe.
@colinjneville Congratulations on submitting your solution for our Bounty-to-Hire challenge (#1004)!
We have reviewed your pull request and believe that it is very promising. While not yet satisfying all of the requirements of #1004, we believe there is a short and well-defined path to get there, and so we are delighted to announce that you are a finalist in our Bounty-to-Hire event!
Next steps:
If you no longer wish to work on this pull request, please close it, and we will reach out about the interview. On the other hand, if you wish to continue pushing this pull request forward, then please let us know here and continue your work.
Congratulations again on being a finalist for Bounty-to-Hire!
@colinjneville
We have reached November 4th, which is the day we must announce the winner of the Bounty-to-Hire program!
Given the scope of the challenge, it's incredibly impressive that we have had not one, but THREE finalists, who each demonstrated high competence and skill in tackling a problem that would stump most engineers on the planet.
However, ultimately, there can be only ONE WINNER to the Bounty-to-Hire challenge. So after MUCH analysis by Golem engineers, thoughtful consideration, and spirited discussion, we have decided to pick a winner.
That winner will be announced on our LIVE STREAM event TODAY at 12 NOON ET:
https://www.youtube.com/watch?v=at8EPqLWIRE
Without question, all three finalists are highly qualified Rust engineers and we look forward to interviewing and getting to each of them, with the intention of making at least one job offer to fill our recently opened position.
While you await the announcement of the WINNER, please shoot an email to john@ziverge.com to schedule your interview!
Stay tuned for more.
@colinjneville If you plan to join for the Live stream today, please do send me a message on Discord (you can find me on the Golem Discord), or an email at john@ziverge.com. Thank you!
@colinjneville Thanks for your work on this feature! We remain excited to interview you, should you be interested in doing this sort of work full time as part of the Golem Cloud engineering team.
Since announcing that Maxim Schuwalow has won this bounty, we are now closing this pull request, and look forward to posting many more bounties on smaller-sized issues in the near future.
multipart
or non-multipart
definitions--manifest
argument for create/update and only uses thefiles
section.files_ro
andfiles_rw
. No separate permission parameter is needed.file-server
binding typeOption<Arc<TempDir>>
of a folder with the extracted filesFor my implementation I packaged the read-only and read-write files separately, and store them both as archives in blob store alongside the component wasm. The component service caches a TempDir handle to a folder with the extracted read-only files to be used by all instances. The read-write files are extracted to the worker instance temp dir during creation.
This change also relies on a few changes to golem-openapi-client-generator to support mixed response types, etc. needed for backwards-compatible CreateComponent/UpdateComponent. Let me know if I should open a pull request on that repo.
Mounting multiple preopens to the same path does not seem to work properly (it seems like only the first applicable preopen is tried), so read-only files use a dedicated path (
/static/
) for now. Note that paths with the r/o directly work as expected, but it will not show up when doing a directory listing on/
. Maybe in the future automatically create a symlink for each read-only file, or at least one to the r/o folder?/claim #1004