-
Notifications
You must be signed in to change notification settings - Fork 8
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
Separate web frontend and backend into separate containers and repositories #1
Comments
I have checked the files and started working on this, can you assign it to me? |
Done. Let me know if you have everything you need @fardin-developer |
Getting error while building docker container |
Thanks for guiding. |
Hey, I have seperated the backend file and converted into rest api, |
Sure thing. |
Hi @fardin-developer, do you still want to meet? Or do you have some code for me to review? |
Let’s have a meeting, I am waiting for a long time.
Actually I am thinking to rebuild it from scratch, the frontend part, I
just need some info related to this.
…On Thu, 8 Aug 2024 at 4:21 PM, agtic ***@***.***> wrote:
Hi @fardin-developer <https://github.com/fardin-developer>, do you still
want to meet?
Or do you have some code for me to review?
—
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZFLSCERXULUEVCO3O4UPUTZQNEUDAVCNFSM6AAAAABIXE6LAWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZVGUZDGNJVGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
OK, can you suggest a day & time next week? I don't know what time zone you are in. I'm UTC-4 |
@fardin-developer I could meeting this Thursday, Aug 15, anytime between 10 am and 2pm Eastern Time (UTC -4) |
Yes, I am also available at that time range.
…On Tue, 13 Aug 2024 at 11:17 PM, agtic ***@***.***> wrote:
@fardin-developer <https://github.com/fardin-developer> I could meeting
this Thursday, Aug 15, anytime between 10 am and 2pm Eastern Time (UTC -4)
https://www.when2meet.com/?25909959-mLOmw
Let me know if you're available.
—
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZFLSCATO25QVIXUWP4JTO3ZRJBCNAVCNFSM6AAAAABIXE6LAWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBWG44TKNZZGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Great. I sent you an invitation on LinkedIn |
Okay, I received it.
Thank you.
…On Wed, 14 Aug 2024 at 11:02 PM, agtic ***@***.***> wrote:
Great. I sent you an invitation on LinkedIn
—
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZFLSCGRRQWEIXAK3YT7TCLZROICLAVCNFSM6AAAAABIXE6LAWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBZGQYTCNRUGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This tool includes run as one primary daemons (chronos) and two secondary services managed by uwsgi (one that is also called chronos and second called socketio_server)
The backend daemon need to be separated from the web frontend so that it can run independently in it's own container without crashing or logging errors. This code should be in it's own github repo with unit tests.
The web frontend should be a separate and optional container in it's own github repo.
More details available in the original repository here:
https://bitbucket.org/quarck/chronos
The text was updated successfully, but these errors were encountered: