Skip to content

Commit 0a04692

Browse files
docs(minutes of meeting): Initial Addition of Discussion of Topics
1 parent f68d457 commit 0a04692

File tree

1 file changed

+33
-21
lines changed

1 file changed

+33
-21
lines changed

docs/2024/scheduler/updates/2024-05-31.md

Lines changed: 33 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@ SPDX-FileCopyrightText: 2024 Aditya Singh <singh.aaditya889@gmail.com>
2626

2727
## Discussion:
2828

29-
### Mentors
30-
31-
- [Anupam Ghosh](https://github.com/ag4ums):
32-
33-
- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd):
34-
35-
- [Gaurav Mishra](https://github.com/GMishx):
36-
37-
- [Kaushlendra Pratap](https://github.com/Kaushl2208):
38-
3929
### Contributor
4030

4131
- [Aaditya Singh](https://github.com/Aaditya-Singh78): Reading through the Job Scheduler [Documentation](https://github.com/fossology/fossology/wiki/Job-Scheduler) led to the frame current Scheduler.
@@ -61,9 +51,9 @@ It is based on Client-Server model, where:
6151
2. **Asynchronous Workers:** Handle tasks in parallel, significantly improving processing time.
6252
3. **Logging and Monitoring:** Integrated logging system for real-time monitoring and troubleshooting.
6353

64-
## Does the Current Scheduler Design align with Job Scheduler [Documentation](https://github.com/fossology/fossology/wiki/Job-Scheduler)?
54+
### Does the Current Scheduler Design align with Job Scheduler [Documentation](https://github.com/fossology/fossology/wiki/Job-Scheduler)?
6555

66-
### Mentor
56+
#### Mentor
6757
- [Gaurav Mishra](https://github.com/GMishx): Yes, it aligns with current architecture of job scheduler.
6858

6959

@@ -98,21 +88,43 @@ Centralised Monitoring | De-Centralised Monitoring |
9888
Static resource management | Dynamic resource management |
9989

10090

101-
## What are the benefits of New Scheduler Design? Will it be Effective?
91+
### What are the benefits of New Scheduler Design? Will it be Effective?
10292

103-
### Mentor
104-
- [Anupam Ghosh]():
105-
- [Gaurav Mishra]():
93+
#### Mentor
94+
- [Gaurav Mishra](https://github.com/GMishx):
95+
Given the complexity of the project's tasks, a simple time-based Round-robin setup might not be enough. A finite state machine architecture would likely be more suitable as it facilitates easier tracking and management of the project. This approach is worth considering.
96+
97+
- [Anupam Ghosh](https://github.com/ag4ums): What specific requirements or functionalities are you looking to address with the job scheduler?
98+
99+
100+
- [Gaurav Mishra](https://github.com/GMishx):
101+
<!-- Explaing Mutual Exclusivity, Queue -->
102+
<!-- Wfx Approach -->
103+
<!-- Db -->
104+
<!-- Impacting User -->
106105

107106

108-
## How to Start Working on FOSSology Issue [#2742](https://github.com/fossology/fossology/issues/2742): Incorrect MIME Type Recognition for Text Files?
107+
### How to Start Working on FOSSology Issue [#2742](https://github.com/fossology/fossology/issues/2742): Incorrect MIME Type Recognition for Text Files?
108+
109+
The issue [#2742](https://github.com/fossology/fossology/issues/2742) in the FOSSology project addresses a problem with incorrect MIME type recognition for text files. The issue is centered around the system's handling of MIME types, which are not being accurately recognized or applied, potentially affecting file handling and operations within FOSSology.
110+
111+
#### Mentor
112+
- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): Found error, as user have selected the option to "Ignore SCM files (Git, SVN, TFS) and files with particular Mimetype," which causes these files to be omitted accordingly. Conversely, this functionality will be inactive if the "Ignore SCM files (Git, SVN, TFS) and files with particular Mimetype" option is not enabled.
113+
114+
### [Wfx](https://github.com/siemens/wfx) Project Approach
115+
116+
#### Mentor
117+
118+
- [Kaushlendra Pratap](https://github.com/Kaushl2208): Expressed interest in holding an internal discussion about the [wfx](https://github.com/siemens/wfx) project approach.
109119

110120
### Mentor
111-
- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd):
121+
- [Anupam Ghosh](https://github.com/ag4ums):
122+
Could you share what key achievements you expect to reach this week?
112123

124+
### Contributor
113125

114-
#### Milestone to Achieve:
115-
1. Re-write code from written c programming language to Go Programming Language.
116-
2. Queue Implementation in Golang.
126+
- [Aaditya Singh](https://github.com/Aaditya-Singh78): Milestone to Achieve within this week are:
127+
1. Re-write code from written c programming language to Go Programming Language.
128+
2. Queue Implementation in Golang.
117129

118130

0 commit comments

Comments
 (0)